summaryrefslogtreecommitdiff
path: root/src/plugins/qmlprofiler
Commit message (Expand)AuthorAgeFilesLines
* Utils: Introduce a TemporaryDirectory and TemporaryFile classTobias Hunger2017-01-202-3/+7
* QmlProfiler: Fix pixmapcachemodel testUlf Hermann2017-01-101-1/+1
* QmlProfiler: Calculate the model ID in the flame graph model testUlf Hermann2017-01-103-5/+9
* QmlProfiler: Print timestamps with contextUlf Hermann2017-01-042-3/+6
* QmlProfiler: Resolve pixmap file name via pixmapcache model in testUlf Hermann2017-01-043-2/+8
* QmlProfiler: Simplify stack handling in statistics modelUlf Hermann2017-01-041-6/+2
* QmlProfiler: Remove unused memberUlf Hermann2017-01-041-2/+0
* QmlProfiler: Only show pixmap cache size on cache change eventsUlf Hermann2017-01-032-2/+2
* QmlProfiler: Remove unused includeUlf Hermann2017-01-021-3/+0
* QmlProfiler: rename requestId into typeIdUlf Hermann2016-12-284-13/+13
* QmlProfiler: don't manually delete parented QObjectsUlf Hermann2016-12-281-1/+0
* QmlProfiler: Change statistics view labelsUlf Hermann2016-12-281-4/+4
* QmlProfiler: Make the views accessible from the view managerUlf Hermann2016-12-285-50/+24
* QmlProfiler: Drop some useless members from statistics viewUlf Hermann2016-12-211-6/+1
* QmlProfiler: Avoid QHash::equal_range()Ulf Hermann2016-12-211-3/+4
* Merge remote-tracking branch 'origin/4.2'Eike Ziller2016-12-201-0/+1
|\
| * Timeline: Check for validity of vertexData() after allocating geometryUlf Hermann2016-12-151-0/+1
* | QmlProfiler: Make various primitive types Q_MOVABLE_TYPEUlf Hermann2016-12-205-0/+21
* | QmlProfiler: Simplify details rewriterUlf Hermann2016-12-202-43/+45
* | QmlProfiler: Remove pimpl pattern from details rewriterUlf Hermann2016-12-203-63/+44
* | QmlProfiler: Apply some coding styleUlf Hermann2016-12-201-3/+3
* | Timeline: Use formatTime also from QMLUlf Hermann2016-12-191-0/+2
* | Timeline: Move printTime() into Timeline and add hours, minutes, nanosUlf Hermann2016-12-1913-29/+34
* | QmlProfiler: Disable note search button if timeline is unusableUlf Hermann2016-12-151-1/+2
* | QmlProfiler: Disable timeline if it's unusableUlf Hermann2016-12-151-4/+11
* | QmlProfiler: Add functions to check if timeline view is usableUlf Hermann2016-12-154-0/+17
* | QmlProfiler: Clean up view initializationUlf Hermann2016-12-145-22/+28
* | QmlProfiler: Remove QmlProfilerViewManagerPrivate ctorUlf Hermann2016-12-141-3/+1
* | Timeline: Expose theme as singleton typeUlf Hermann2016-12-131-8/+9
* | QmlProfiler: Make sure we can handle inconsistent trace dataUlf Hermann2016-12-131-2/+15
* | QmlProfiler: Fix sorting of statistics itemsUlf Hermann2016-12-131-56/+48
* | QmlProfiler: Avoid showing "NaNb" as memory in flame graph detailsUlf Hermann2016-12-131-0/+3
* | QmlProfiler: Drop type from flamegraph detailsUlf Hermann2016-12-131-1/+0
* | QmlProfiler: Unify conditions in binding loop render passUlf Hermann2016-12-061-11/+10
* | QmlProfiler: Use QML_MIN_LEVEL in DebugMessagesModelUlf Hermann2016-12-011-2/+3
* | QmlProfiler: Initialize membersTobias Hunger2016-11-291-3/+3
* | QmlProfiler: Initialize fields in PixmapCacheItemTobias Hunger2016-11-291-6/+6
* | Merge remote-tracking branch 'origin/4.2'Orgad Shaneh2016-11-281-3/+0
|\ \ | |/
| * QmlProfiler: Don't test for default kit in attach dialog testUlf Hermann2016-11-241-3/+0
* | QmlProfiler: Don't use QML_MIN_LEVEL for expanded row numberUlf Hermann2016-11-241-1/+1
* | QmlProfiler: Deduplicate some codeUlf Hermann2016-11-241-9/+3
* | QmlProfiler: Suspend timelinemodels while editing themUlf Hermann2016-11-231-2/+19
* | Timeline: Use the same type for setting and getting a model listUlf Hermann2016-11-231-9/+12
* | Merge remote-tracking branch 'origin/4.2'Orgad Shaneh2016-11-141-1/+1
|\ \ | |/
| * Don't shout in text messagesJarek Kobus2016-11-041-1/+1
* | QmlProfiler: Fix tests involving TimelineModel::color()Ulf Hermann2016-11-104-14/+14
* | Timeline: Use QRgb and a lookup table for colorsUlf Hermann2016-11-0914-14/+14
* | QmlProfiler: Send loaded events in batches of about 1024Ulf Hermann2016-11-095-8/+25
* | QmlProfiler: Mark various number writing/reading functions inlineUlf Hermann2016-11-091-6/+6
|/
* QmlProfiler: Open load and save dialogs deferredUlf Hermann2016-10-261-2/+2