summaryrefslogtreecommitdiff
path: root/src/plugins/qmlprofiler
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/4.7'Eike Ziller2018-05-285-6/+36
|\
| * QmlProfiler: Clear the model manager before deleting itUlf Hermann2018-05-281-0/+1
| * QmlProfiler: Avoid soft asserts and warnings in details rewriter testUlf Hermann2018-05-281-0/+32
| * Finish merging Runnable and StandardRunnablehjk2018-05-234-6/+3
* | QmlProfiler: Avoid double delete in details rewriter testUlf Hermann2018-05-281-2/+8
* | ProjectExplorer: Use unique_ptr to hold targets in projectsTobias Hunger2018-05-241-2/+2
|/
* Tracing: Untangle some includesUlf Hermann2018-05-151-0/+1
* Merge remote-tracking branch 'origin/4.7'Eike Ziller2018-05-141-2/+1
|\
| * QmlProfiler: Fix implicit fall-throughOrgad Shaneh2018-05-111-2/+1
* | QmlProfiler: Rename all the timeline model data structs to ItemUlf Hermann2018-05-1114-47/+47
* | QmlProfiler: Remove accepted() methodsUlf Hermann2018-05-1114-55/+1
* | Tracing: Simplify saving and loadingUlf Hermann2018-05-111-37/+16
* | QmlProfiler: Avoid memcpy for non-POD objectOrgad Shaneh2018-05-111-2/+6
|/
* Tracing: Move event storage out of trace managerUlf Hermann2018-05-0814-124/+173
* Tracing: Move the type storage out of the trace managerUlf Hermann2018-05-0812-108/+139
* Tracing: Generalize event filteringUlf Hermann2018-05-086-84/+113
* Tracing: Drop restricted start/end times from trace managerUlf Hermann2018-05-082-0/+16
* Tracing: Don't restore notes for events that have been filtered outUlf Hermann2018-05-082-20/+36
* Add generic FlameGraphView QML componentUlf Hermann2018-05-084-313/+53
* QmlProfiler: Use override consistentlyTobias Hunger2018-05-0710-13/+13
* QmlProfiler: Fix signed/unsigned comparison warningOrgad Shaneh2018-05-071-1/+1
* Move Timeline and FlameGraph into a common "Tracing" libraryUlf Hermann2018-05-0428-45/+47
* Use FileName in TextMarkEike Ziller2018-05-032-3/+8
* ProjectExplorer: Remove FolderNode::addNode taking a raw pointerTobias Hunger2018-05-021-5/+5
* ProjectExplorer: Use unique_ptr for Project::setRootProjectNodeTobias Hunger2018-05-021-2/+2
* ProjectExplorer: Keep RunConfiguration in ISettingsAspectUlf Hermann2018-04-273-9/+4
* Remove some obsolete code inside QT_VERSION_CHECK sectionsAlessandro Portale2018-04-271-4/+0
* Update Options dialog iconsAlessandro Portale2018-04-241-1/+3
* QmlProfiler: Remove unused memberRobert Loehning2018-04-231-1/+0
* Fix memory usage model detailsUlf Hermann2018-04-232-11/+29
* QmlProfiler: Fix flame graph view testUlf Hermann2018-04-231-5/+7
* Remove TimelineTraceManager::StateUlf Hermann2018-04-2315-137/+94
* QmlProfiler: Rename specific replayEvents to replayQmlEventsUlf Hermann2018-04-196-23/+23
* QmlProfiler: Move parts of model manager and trace file to TimelineUlf Hermann2018-04-1930-979/+534
* Timeline: Move modelId generation into aggregatorUlf Hermann2018-04-1735-43/+61
* QmlProfiler: Add some missing overrideUlf Hermann2018-04-173-3/+3
* QmlProfiler: Avoid some 0 as nullptr warningsUlf Hermann2018-04-1717-42/+43
* QmlProfiler: Don't expose the vector of event typesUlf Hermann2018-04-1719-66/+77
* QmlProfiler: Integrate TraceTime into ModelManagerUlf Hermann2018-04-1714-156/+107
* Move parts of QmlEvent and QmlEventType to timelineUlf Hermann2018-04-179-92/+90
* QmlProfiler: Fix some number conversion issuesUlf Hermann2018-04-171-3/+4
* Timeline: Add stash() and restore() methods to notes modelUlf Hermann2018-04-175-9/+9
* QmlProfiler: Get rid of processing stepUlf Hermann2018-04-1718-50/+79
* QmlProfiler: Clean up type selection in statistics modelUlf Hermann2018-04-174-80/+97
* Merge remote-tracking branch 'origin/4.6'Eike Ziller2018-04-172-2/+29
|\
| * Make sure we always quote the qmldebug command line argumentsUlf Hermann2018-04-162-2/+29
* | QmlProfiler: Remove now-unused members from statisticsUlf Hermann2018-04-166-136/+19
* | QmlProfiler: Eliminate QStandardItemModel from statisticsUlf Hermann2018-04-164-424/+95
* | QmlProfiler: Make statistics models QAbstractItemModelsUlf Hermann2018-04-163-36/+362
* | QmlProfiler: Rename method in statistics modelUlf Hermann2018-04-162-3/+3