summaryrefslogtreecommitdiff
path: root/src/plugins/qmlprofiler/qmlprofilerstatisticsview.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move Timeline and FlameGraph into a common "Tracing" libraryUlf Hermann2018-05-041-1/+1
* QmlProfiler: Avoid some 0 as nullptr warningsUlf Hermann2018-04-171-4/+4
* QmlProfiler: Don't expose the vector of event typesUlf Hermann2018-04-171-1/+1
* QmlProfiler: Clean up type selection in statistics modelUlf Hermann2018-04-171-49/+52
* QmlProfiler: Remove now-unused members from statisticsUlf Hermann2018-04-161-37/+9
* QmlProfiler: Eliminate QStandardItemModel from statisticsUlf Hermann2018-04-161-407/+56
* QmlProfiler: Store statistics data in a saner wayUlf Hermann2018-04-161-28/+34
* QmlProfiler: Move some methods from statistics view into modelUlf Hermann2018-04-121-58/+8
* QmlProfiler: Disambiguate parent/child terminology in statisticsUlf Hermann2018-04-121-11/+11
* QmlProfiler: Un-pimpl statistics classesUlf Hermann2018-04-121-142/+110
* QmlProfiler: Drop some dead codeUlf Hermann2018-04-121-19/+3
* QmlProfiler: Get rid of field/column mapping in statistics viewUlf Hermann2018-04-121-237/+107
* QmlProfiler: Preserve statistics sorting order across model reloadsUlf Hermann2018-02-011-17/+37
* QmlProfiler: Fix translations and tests for statistics viewUlf Hermann2018-01-261-18/+16
* QmlProfiler: In statistics use non-recursive time as totalUlf Hermann2017-08-141-5/+5
* QmlProfiler: Don't crash if a statistics entry is emptyUlf Hermann2017-03-211-1/+1
* QmlProfiler: Change total time and recursion display in statisticsUlf Hermann2017-02-211-12/+17
* QmlProfiler: Add text marks for QML/JS types into documentsUlf Hermann2017-02-211-0/+47
* QmlProfiler: Change statistics view labelsUlf Hermann2016-12-281-4/+4
* QmlProfiler: Drop some useless members from statistics viewUlf Hermann2016-12-211-6/+1
* Timeline: Move printTime() into Timeline and add hours, minutes, nanosUlf Hermann2016-12-191-7/+8
* QmlProfiler: Clean up view initializationUlf Hermann2016-12-141-1/+1
* QmlProfiler: Fix sorting of statistics itemsUlf Hermann2016-12-131-56/+48
* QmlProfiler: Clean up statistics viewUlf Hermann2016-06-101-48/+47
* QmlProfiler: Provide a sane ctor for QmlEventType and use itUlf Hermann2016-06-101-27/+25
* QmlProfiler: Remove references to binding typesUlf Hermann2016-06-101-13/+0
* QmlProfiler: Drop some useless QVariant ctorsUlf Hermann2016-06-101-6/+6
* QmlProfiler: Make members of QmlEventLocation privateUlf Hermann2016-06-101-6/+6
* QmlProfiler: Add default argument for parent widgets on event viewsUlf Hermann2016-06-011-2/+2
* QmlProfiler: Fix "Callee" vs "Caller" labels in statistics viewUlf Hermann2016-05-261-1/+1
* QmlProfiler: Drive event loading from the model managerUlf Hermann2016-05-231-25/+2
* QmlProfiler: Load data event by event in aggregated modelsUlf Hermann2016-05-231-3/+5
* QmlProfiler: Apply some code cosmeticsUlf Hermann2016-05-061-10/+5
* QmlProfiler: Fix the naming scheme for events and event typesUlf Hermann2016-05-041-11/+7
* Move QmlProfiler specific files from qmldebug to qmlprofilerUlf Hermann2016-05-031-3/+1
* QmlProfiler: Remove QmlProfilerStatisticsView::getStatisticsInRange()Ulf Hermann2016-04-291-5/+0
* QmlProfiler: Clear range restrictions when clearing events viewsUlf Hermann2016-02-181-0/+1
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* QmlProfiler: Allow multiple events views loaded from pluginsUlf Hermann2016-01-061-1/+2
* QmlProfiler: Retrieve common actions from ActionManagerUlf Hermann2016-01-061-10/+5
* QmlProfiler: Remove "Limit to Range" option from statistics viewUlf Hermann2016-01-061-14/+0
* QmlProfiler: Rename QmlProfilerEventsModelProxyUlf Hermann2016-01-061-42/+42
* QmlProfiler: Rename "events" to "statistics" viewUlf Hermann2016-01-061-0/+1020