index
:
qt-creator/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
11.0
12.0
13.0
14.0
15.0
16.0
17.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
3dfirst
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
csa-3.3
csa-3.4
csa-3.5
csa-3.6
csa-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/4.2
qds/4.3
qds/4.3.2
qds/4.3.3
qds/4.4
qds/4.5
qds/4.6
qds/4.7
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
wip/boostbuildprojectmanager
wip/clang-query
wip/vcproj
A cross-platform Qt IDE
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
plugins
/
qmlprofiler
/
qmlprofilertracefile.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
QmlProfiler: Code cosmetics
hjk
2025-04-10
1
-9
/
+7
*
Random warning cleanup
hjk
2023-12-08
1
-1
/
+1
*
Remove GPL-3.0+ from license identifiers
Kai Köhne
2023-01-06
1
-1
/
+1
*
Merge remote-tracking branch 'origin/8.0' into 9.0
Tim Jenssen
2022-10-04
1
-7
/
+7
|
\
|
*
Fix backward compatibility issue with QmlProfiler
Antti Määttä
2022-09-29
1
-7
/
+7
*
|
QmlProfiler: Convert to using Tr::tr
Alessandro Portale
2022-09-22
1
-11
/
+12
*
|
Use SPDX license identifiers
Lucie Gérard
2022-08-26
1
-24
/
+2
|
/
*
Add Quick3d profiler support
Janne Koskinen
2022-01-24
1
-1
/
+2
*
Tracing/QmlProfiler/CtfVisualizer/PerfProfiler: Compile with Qt 6
Alessandro Portale
2021-06-09
1
-4
/
+4
*
Avoid warning on empty expressions
hjk
2019-07-23
1
-2
/
+2
*
QmlProfiler: Fix placeholder
Robert Loehning
2018-07-23
1
-2
/
+2
*
QmlProfiler: Set the future to finished after loading all events
Ulf Hermann
2018-05-29
1
-0
/
+4
*
Tracing: Simplify saving and loading
Ulf Hermann
2018-05-11
1
-37
/
+16
*
Tracing: Move event storage out of trace manager
Ulf Hermann
2018-05-08
1
-14
/
+7
*
Tracing: Move the type storage out of the trace manager
Ulf Hermann
2018-05-08
1
-15
/
+11
*
Tracing: Generalize event filtering
Ulf Hermann
2018-05-08
1
-2
/
+2
*
QmlProfiler: Fix signed/unsigned comparison warning
Orgad Shaneh
2018-05-07
1
-1
/
+1
*
QmlProfiler: Rename specific replayEvents to replayQmlEvents
Ulf Hermann
2018-04-19
1
-2
/
+2
*
QmlProfiler: Move parts of model manager and trace file to Timeline
Ulf Hermann
2018-04-19
1
-252
/
+212
*
QmlProfiler: Don't expose the vector of event types
Ulf Hermann
2018-04-17
1
-6
/
+20
*
Move parts of QmlEvent and QmlEventType to timeline
Ulf Hermann
2018-04-17
1
-1
/
+1
*
QmlProfiler: Correctly handle invalid message types
Ulf Hermann
2017-09-12
1
-1
/
+1
*
QmlProfiler: Don't trust in externally provided timestamps
Ulf Hermann
2017-09-12
1
-3
/
+6
*
QmlProfiler: Use QList for QmlRange container when loading .qtd
Ulf Hermann
2017-03-24
1
-1
/
+1
*
QmlProfiler: Correctly process coarse-grained traces
Ulf Hermann
2017-03-23
1
-8
/
+71
*
QmlProfiler: Remove references to QmlProfilerDataModel
Ulf Hermann
2017-02-24
1
-6
/
+6
*
QmlProfiler: Simplify buffer handling when loading trace
Ulf Hermann
2017-02-24
1
-9
/
+5
*
QmlProfiler: Guard against the temporary trace file going away
Ulf Hermann
2017-02-24
1
-4
/
+14
*
QmlProfiler: Improve error and progress handling for loading and saving
Ulf Hermann
2017-02-24
1
-170
/
+191
*
QmlProfiler: Optimize loop over event types
Ulf Hermann
2017-02-01
1
-1
/
+1
*
QmlProfiler: Deduplicate some code
Ulf Hermann
2016-11-24
1
-9
/
+3
*
QmlProfiler: Send loaded events in batches of about 1024
Ulf Hermann
2016-11-09
1
-5
/
+12
*
QmlProfiler: Add extra metadata to notes
Ulf Hermann
2016-07-06
1
-0
/
+5
*
QmlProfiler: Provide a sane ctor for QmlEventType and use it
Ulf Hermann
2016-06-10
1
-59
/
+60
*
QmlProfiler: Make members of QmlNote private
Ulf Hermann
2016-06-10
1
-8
/
+8
*
QmlProfiler: Make members of QmlEventLocation private
Ulf Hermann
2016-06-10
1
-7
/
+13
*
QmlProfiler: Add a binary trace format
Ulf Hermann
2016-05-23
1
-40
/
+154
*
QmlProfiler: Use a temporary file to store the master event list
Ulf Hermann
2016-05-23
1
-2
/
+1
*
QmlProfiler: Use data replay feature for saving traces
Ulf Hermann
2016-05-23
1
-13
/
+11
*
QmlProfiler: Drive event loading from the model manager
Ulf Hermann
2016-05-23
1
-43
/
+64
*
QmlProfiler: Add a QmlTypedEvent and extend QmlEvent
Ulf Hermann
2016-05-09
1
-38
/
+36
*
QmlProfiler: Rename QmlEvent::startTime to "timestamp"
Ulf Hermann
2016-05-06
1
-3
/
+2
*
QmlProfiler: Apply some code cosmetics
Ulf Hermann
2016-05-06
1
-7
/
+5
*
QmlProfiler: Fix the naming scheme for events and event types
Ulf Hermann
2016-05-04
1
-127
/
+127
*
Move QmlProfiler specific files from qmldebug to qmlprofiler
Ulf Hermann
2016-05-03
1
-9
/
+6
*
QmlProfiler: Avoid race conditions when loading or saving data
Ulf Hermann
2016-02-09
1
-11
/
+5
*
Update License according to agreement with Free Qt Foundation
Tobias Hunger
2016-01-19
1
-17
/
+12
*
QmlProfiler: Include debug messages in trace
Ulf Hermann
2015-11-17
1
-4
/
+13
*
QmlProfiler: Allow string data in events
Ulf Hermann
2015-11-17
1
-50
/
+50
*
QmlProfiler: Support additional attributes of input events
Ulf Hermann
2015-11-05
1
-5
/
+19
[next]