index
:
delta/qt-creator.git
0.9.1-beta
0.9.2-rc1
1.0.0
1.1
1.2
1.2.90
1.3
1.3.0
1.3.0-beta
1.3.1
10.0
2.0
2.0.0
2.0.0-beta
2.0.1
2.1
2.1.0
2.2
2.3
2.4
2.5
2.6
2.7
2.8
3.0
3.1
3.2
3.3
3.4
3.5
3.6
4.0
4.1
4.10
4.11
4.12
4.13
4.14
4.15
4.2
4.3
4.4
4.5
4.6
4.7
4.8
4.9
5.0
6.0
7.0
8.0
9.0
at-3.4
at-3.5
at-3.6
at-master
baserock/3.3.0
baserock/morph/2.7
baserock/v3.6.1
csa-3.3
csa-3.4
csa-3.5
csa-3.6
csa-master
drafts/for/4.3
drafts/for/master
master
qds-1.50
qds-1.59
qds-2.3
qds-3.0
qds-3.1
qds-3.2
qds-3.3
qds-3.4
qds-3.5
qds-3.6
qds-3.7
qds/3.8
qds/3.9
qds/4.0
qds/4.1
qds/dev
qmlprojectstorage
qp-2.8
qp-3.0
qp-3.1
qp-3.2
qp-3.3
qp-3.4
qp-3.5
qp-3.6
qp-master
refsfor/3.0
wip/at-squish
wip/boostbuildprojectmanager
wip/clang
wip/clang-oop
wip/clang-query
wip/qbs
wip/vcproj
wip/winrt
code.qt.io: qt-creator/qt-creator.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
plugins
/
qmlprofiler
/
qmlprofilerstatisticsmodel.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
QmlProfiler: Fix implicit fall-through
Orgad Shaneh
2018-05-11
1
-2
/
+1
*
Tracing: Move event storage out of trace manager
Ulf Hermann
2018-05-08
1
-2
/
+4
*
Tracing: Generalize event filtering
Ulf Hermann
2018-05-08
1
-3
/
+4
*
Move Timeline and FlameGraph into a common "Tracing" library
Ulf Hermann
2018-05-04
1
-1
/
+1
*
Remove TimelineTraceManager::State
Ulf Hermann
2018-04-23
1
-1
/
+2
*
QmlProfiler: Rename specific replayEvents to replayQmlEvents
Ulf Hermann
2018-04-19
1
-5
/
+5
*
QmlProfiler: Move parts of model manager and trace file to Timeline
Ulf Hermann
2018-04-19
1
-33
/
+19
*
Timeline: Move modelId generation into aggregator
Ulf Hermann
2018-04-17
1
-1
/
+0
*
QmlProfiler: Don't expose the vector of event types
Ulf Hermann
2018-04-17
1
-9
/
+6
*
QmlProfiler: Integrate TraceTime into ModelManager
Ulf Hermann
2018-04-17
1
-5
/
+4
*
QmlProfiler: Get rid of processing step
Ulf Hermann
2018-04-17
1
-0
/
+24
*
QmlProfiler: Clean up type selection in statistics model
Ulf Hermann
2018-04-17
1
-20
/
+32
*
QmlProfiler: Remove now-unused members from statistics
Ulf Hermann
2018-04-16
1
-66
/
+4
*
QmlProfiler: Eliminate QStandardItemModel from statistics
Ulf Hermann
2018-04-16
1
-1
/
+34
*
QmlProfiler: Make statistics models QAbstractItemModels
Ulf Hermann
2018-04-16
1
-0
/
+310
*
QmlProfiler: Rename method in statistics model
Ulf Hermann
2018-04-16
1
-2
/
+2
*
QmlProfiler: Store statistics data in a saner way
Ulf Hermann
2018-04-16
1
-46
/
+46
*
QmlProfiler: Avoid structs with default values
Christian Stenger
2018-04-12
1
-7
/
+3
*
QmlProfiler: Move some methods from statistics view into model
Ulf Hermann
2018-04-12
1
-5
/
+67
*
QmlProfiler: Disambiguate parent/child terminology in statistics
Ulf Hermann
2018-04-12
1
-5
/
+5
*
QmlProfiler: Un-pimpl statistics classes
Ulf Hermann
2018-04-12
1
-84
/
+60
*
QmlProfiler: Fix type for restrictToFeatures
Ulf Hermann
2018-04-12
1
-1
/
+1
*
QmlProfiler: Add some sanity checks to the various models
Ulf Hermann
2017-03-23
1
-1
/
+2
*
QmlProfiler: Remove references to QmlProfilerDataModel
Ulf Hermann
2017-02-24
1
-8
/
+7
*
QmlProfiler: Guard against the temporary trace file going away
Ulf Hermann
2017-02-24
1
-7
/
+11
*
QmlProfiler: Change total time and recursion display in statistics
Ulf Hermann
2017-02-21
1
-64
/
+38
*
QmlProfiler: Simplify stack handling in statistics model
Ulf Hermann
2017-01-04
1
-6
/
+2
*
QmlProfiler: Remove unused member
Ulf Hermann
2017-01-04
1
-2
/
+0
*
QmlProfiler: Keep Compile and QML/JS statistics separate
Ulf Hermann
2016-09-09
1
-36
/
+31
*
QmlProfiler: Provide a sane ctor for QmlEventType and use it
Ulf Hermann
2016-06-10
1
-2
/
+2
*
QmlProfiler: Fix "Callee" vs "Caller" labels in statistics view
Ulf Hermann
2016-05-26
1
-0
/
+5
*
QmlProfiler: Drive event loading from the model manager
Ulf Hermann
2016-05-23
1
-113
/
+113
*
QmlProfiler: Load data event by event in aggregated models
Ulf Hermann
2016-05-23
1
-199
/
+156
*
QmlProfiler: Methods for dispatching events by feature
Ulf Hermann
2016-05-23
1
-1
/
+6
*
QmlProfiler: Remove detailed progress tracking
Ulf Hermann
2016-05-23
1
-11
/
+0
*
QmlProfiler: Rename QmlEvent::startTime to "timestamp"
Ulf Hermann
2016-05-06
1
-12
/
+12
*
QmlProfiler: Apply some code cosmetics
Ulf Hermann
2016-05-06
1
-4
/
+1
*
QmlProfiler: Fix the naming scheme for events and event types
Ulf Hermann
2016-05-04
1
-19
/
+16
*
QmlProfiler: remove unused members from statistics relatives model
Ulf Hermann
2016-05-03
1
-5
/
+1
*
Move QmlProfiler specific files from qmldebug to qmlprofiler
Ulf Hermann
2016-05-03
1
-11
/
+11
*
Update License according to agreement with Free Qt Foundation
Tobias Hunger
2016-01-19
1
-17
/
+12
*
QmlProfiler: Rename QmlProfilerEventsModelProxy
Ulf Hermann
2016-01-06
1
-0
/
+475