aboutsummaryrefslogtreecommitdiffstats
path: root/tools/qmlprofiler
Commit message (Expand)AuthorAgeFilesLines
* Tools: fix expensive iteration over QHash::keys()Anton Kudryavtsev2016-01-151-3/+6
* QtDeclarative: use prefix ++/-- for iterator typesAnton Kudryavtsev2016-01-091-2/+2
* Extend QDebugMessageServiceUlf Hermann2015-11-171-1/+5
* QmlDebug: Restructure QPacket and QPacketProtocolUlf Hermann2015-11-171-1/+0
* QmlProfiler: Remove "Source code not available"Ulf Hermann2015-11-051-3/+1
* Move QML profiler client to qmldebugUlf Hermann2015-10-307-326/+168
* QmlProfiler: Collect useful input eventsUlf Hermann2015-10-305-16/+62
* qmlprofiler: Use local socket connection by defaultUlf Hermann2015-10-302-14/+31
* Move QQmlDebugClient into separate static libraryUlf Hermann2015-10-306-534/+13
* QmlProfiler: Remove binding typesUlf Hermann2015-10-281-14/+2
* QmlProfiler: Fix lookup of type stringsUlf Hermann2015-10-281-2/+2
* qmlprofiler: Clear trace client when trace is finishedUlf Hermann2015-10-151-0/+4
* qmlprofiler: Simplify QmlProfilerClientUlf Hermann2015-10-154-84/+32
* Put QPacketProtocol into its own static libraryUlf Hermann2015-10-154-644/+8
* Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-10-142-3/+3
|\
| * Tools: Fix single-character string literals.Friedemann Kleint2015-10-132-3/+3
* | qmlprofiler: Improve output of event location and optional descriptionsUlf Hermann2015-09-151-4/+7
* | qmlprofiler: Remove V8 profiler clientUlf Hermann2015-08-286-264/+3
|/
* Merge remote-tracking branch 'origin/5.5' into 5.6Ulf Hermann2015-08-182-0/+4
|\
| * qmlprofiler: Add missing #include <limits>.Friedemann Kleint2015-07-282-0/+4
* | Allow specification of loadable debug services via command lineUlf Hermann2015-08-131-1/+2
* | qmlprofiler: Use QQmlProfilerDefinitions for accessing definitionsUlf Hermann2015-07-235-131/+144
* | Fix inefficient usages of qDeleteAll()Sérgio Martins2015-06-261-2/+2
* | qmlprofiler: Remove some dead codeUlf Hermann2015-06-152-7/+1
* | qmlprofiler: Allow specification of features to recordUlf Hermann2015-06-094-2/+120
* | qmlprofiler: Record input eventsUlf Hermann2015-06-095-6/+43
* | qmlprofiler: Output data after application quits in non-interactive modeUlf Hermann2015-06-073-1/+12
* | qmlprofiler: Redirect app stdout to qmlprofiler stderrUlf Hermann2015-06-071-1/+1
* | qmlprofiler: Improve options for trace outputUlf Hermann2015-06-064-50/+211
* | qmlprofiler: Only accept commands if we ask for themUlf Hermann2015-06-066-41/+20
* | qmlprofiler: Allow aggregation of multiple traces into one file.Ulf Hermann2015-05-211-4/+6
* | qmlprofiler: In interactive mode, don't quit if application quitsUlf Hermann2015-05-211-7/+7
* | qmlprofiler: Remove useless 'maximumTime' member.Ulf Hermann2015-05-211-11/+0
* | qmlprofiler: Add non-interactive mode and make it the default.Ulf Hermann2015-05-213-16/+30
* | qmlprofiler: Clean up recording state messUlf Hermann2015-05-214-96/+43
* | qmlprofiler: Add some sanity to command line parsing.Ulf Hermann2015-05-213-85/+87
|/
* Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-04-161-14/+2
|\
| * Use qt_subtract_from_timeout instead of duplicating qt_timeout_valueDaniel Teske2015-04-141-14/+2
* | Update copyright headersJani Heikkinen2015-02-1215-105/+105
|/
* Update license headers and add new licensesJani Heikkinen2014-08-2515-285/+165
* Write memory events into tracefiles generated by qmlprofilerUlf Hermann2014-08-125-0/+35
* Javascript heap profilerUlf Hermann2014-06-061-1/+2
* Properly support all events in trace files and clean up a bit.Ulf Hermann2014-06-065-69/+236
* Save painting events in Qt5 style with thread ID from qmlprofilerUlf Hermann2014-03-185-22/+24
* fix whitespaceOswald Buddenhagen2014-01-222-2/+2
* suppress qml import scan for the tools which don't need itOswald Buddenhagen2013-10-211-0/+1
* Merge remote-tracking branch 'origin/stable' into devSergio Ahumada2013-09-131-0/+1
|\
| * Fix a warning about not using a set variableLaszlo Papp2013-09-051-0/+1
* | Remove qSort usages from declarativeGiuseppe D'Angelo2013-09-131-2/+4
* | Merge branch 'dev' of ssh://codereview.qt-project.org/qt/qtdeclarative into w...Simon Hausmann2013-06-242-1/+3
|\|