aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmlprofiler/flamegraphmodel.cpp
Commit message (Expand)AuthorAgeFilesLines
* Work around QHash::unite deprecationhjk2020-02-251-2/+4
* Avoid warning on empty expressionshjk2019-07-231-1/+1
* QmlProfiler: ModernizeAlessandro Portale2018-12-021-5/+5
* Tracing: Move event storage out of trace managerUlf Hermann2018-05-081-2/+4
* Tracing: Generalize event filteringUlf Hermann2018-05-081-3/+4
* Add generic FlameGraphView QML componentUlf Hermann2018-05-081-2/+0
* Remove TimelineTraceManager::StateUlf Hermann2018-04-231-2/+0
* QmlProfiler: Rename specific replayEvents to replayQmlEventsUlf Hermann2018-04-191-6/+6
* QmlProfiler: Move parts of model manager and trace file to TimelineUlf Hermann2018-04-191-27/+18
* Timeline: Move modelId generation into aggregatorUlf Hermann2018-04-171-1/+0
* QmlProfiler: Avoid some 0 as nullptr warningsUlf Hermann2018-04-171-2/+2
* QmlProfiler: Don't expose the vector of event typesUlf Hermann2018-04-171-2/+1
* QmlProfiler: Integrate TraceTime into ModelManagerUlf Hermann2018-04-171-2/+1
* QmlProfiler: Get rid of processing stepUlf Hermann2018-04-171-0/+7
* QmlProfiler: Rebuild the flamegraph model when visible features changeUlf Hermann2017-08-141-2/+34
* QmlProfiler: Don't add an extra nanosecond to the flame graph bottomUlf Hermann2017-08-111-1/+1
* QmlProfiler: Add some sanity checks to the various modelsUlf Hermann2017-03-231-0/+4
* QmlProfiler: Remove references to QmlProfilerDataModelUlf Hermann2017-02-241-2/+1
* QmlProfiler: Drop some dead codeUlf Hermann2017-02-221-3/+1
* QmlProfiler: Optimize flame graph modelUlf Hermann2017-02-211-2/+12
* Merge remote-tracking branch 'origin/4.1'Orgad Shaneh2016-09-221-10/+19
|\
| * QmlProfiler: Keep Compiling events separate in flame graphUlf Hermann2016-09-141-9/+18
* | QmlProfiler: Add memory and allocations modes to flame graph viewUlf Hermann2016-07-201-4/+22
|/
* init roleNames only one timeTim Jenssen2016-06-201-14/+15
* QmlProfiler: Provide a sane ctor for QmlEventType and use itUlf Hermann2016-06-101-8/+8
* QmlProfiler: Make members of QmlEventLocation privateUlf Hermann2016-06-101-3/+3
* QmlProfiler: Drop some unreachable codeUlf Hermann2016-06-011-5/+2
* QmlProfiler: Add some more consistency to flame graph modelUlf Hermann2016-06-011-1/+2
* QmlProfiler: Drive event loading from the model managerUlf Hermann2016-05-231-33/+13
* QmlProfiler: Load data event by event in aggregated modelsUlf Hermann2016-05-231-47/+54
* QmlProfiler: Methods for dispatching events by featureUlf Hermann2016-05-231-1/+6
* QmlProfiler: Remove detailed progress trackingUlf Hermann2016-05-231-7/+0
* QmlProfiler: Rename QmlEvent::startTime to "timestamp"Ulf Hermann2016-05-061-3/+3
* QmlProfiler: Apply some code cosmeticsUlf Hermann2016-05-061-2/+2
* QmlProfiler: Fix the naming scheme for events and event typesUlf Hermann2016-05-041-12/+9
* Move QmlProfiler specific files from qmldebug to qmlprofilerUlf Hermann2016-05-031-36/+35
* QmlProfiler: Remove acceptedEventTypes property from flame graph modelUlf Hermann2016-04-291-13/+0
* Merge QmlProfiler and QmlProfilerExtension pluginsUlf Hermann2016-04-261-0/+309