index
:
qt-creator/perfparser.git
10.0
11.0
12.0
13.0
14.0
16.0
17.0
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
master
stable
Parser for perf data files, creates output suitable for the QtCreator plugin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
auto
/
perfdata
/
tst_perfdata.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace QVector by QList
HEAD
master
17.0
hjk
2025-04-10
1
-1
/
+1
*
Work around various deprecation warnings
14.0
hjk
2024-06-06
1
-5
/
+5
*
Fix build with QT_NO_CAST_FROM_ASCII
Eike Ziller
2023-01-25
1
-1
/
+1
*
Fix compile with -DQT_NO_CAST_FROM_ASCII -DQT_NO_CAST_TO_ASCII
Milian Wolff
2022-12-08
1
-33
/
+42
*
Merge "Merge remote-tracking branch 'origin/9.0'"
The Qt Project
2022-12-05
1
-3
/
+3
|
\
|
*
Merge remote-tracking branch 'origin/9.0'
Ulf Hermann
2022-12-05
1
-3
/
+3
|
|
\
|
|
*
Fix compile with QStringBuilder
Milian Wolff
2022-12-05
1
-3
/
+3
*
|
|
Fix -Wc++17-attribute-extensions
Milian Wolff
2022-12-05
1
-1
/
+1
|
/
/
*
/
Fix -Wclazy-old-style-connect
Milian Wolff
2022-12-05
1
-1
/
+1
|
/
*
Add missing '::' when hitting cached scope names
Milian Wolff
2022-06-10
1
-0
/
+2
*
Add parallel_static_gcc and basic test coverage
Milian Wolff
2022-06-10
1
-7
/
+13
*
Use qCompress/qUncompress to reduce the size of the test input files
Milian Wolff
2022-06-10
1
-5
/
+61
*
Unbreak tst_perfdata when run on more modern systems
Milian Wolff
2022-06-08
1
-2
/
+16
*
Add LBR unwinding method proper processing for Disassembly
Darya Knysh
2021-03-30
1
-0
/
+1
*
Transmit the number of lost events in the LostDefinition
4.14
Milian Wolff
2020-09-29
1
-1
/
+1
*
Show the diff between files when the perfdata test fails
Milian Wolff
2020-09-11
1
-0
/
+7
*
Improve support for applications that rely on fork for parallelism
Milian Wolff
2020-09-11
1
-1
/
+3
*
Add support for zstd decompression
Milian Wolff
2020-09-11
1
-2
/
+10
*
Generalize TestPerfData::testFiles
Milian Wolff
2020-09-09
1
-11
/
+14
*
Update expected results for clang symbols
Milian Wolff
2020-09-09
1
-2
/
+5
*
Skip vector_static_clang variant of perfdata test
Ulf Hermann
2020-07-15
1
-0
/
+2
*
Fix TestPerfData::testTracingData when run with older Qt
Milian Wolff
2020-06-15
1
-12
/
+12
*
Build fully qualified identifiers for inlined C++ subroutines
Milian Wolff
2019-10-02
1
-2
/
+64
*
Fix test failures in tst_perfdata after recent API changes
Milian Wolff
2019-08-13
1
-4
/
+5
*
PerfParser: Fix signedness mismatch on comparison
Orgad Shaneh
2019-05-07
1
-1
/
+1
*
Fix perfdata test
Ulf Hermann
2018-12-20
1
-8
/
+8
*
Buffer non-pipe perf.data in a temporary file when streamed
Ulf Hermann
2018-01-26
1
-1
/
+2
*
Use newRow() rather than addRow() in tests
Ulf Hermann
2018-01-25
1
-4
/
+4
*
Avoid number conversion issues
Ulf Hermann
2018-01-16
1
-1
/
+2
*
Apply coding standard to includes
Ulf Hermann
2017-12-07
1
-7
/
+7
*
Merge remote-tracking branch 'origin/4.5'
Ulf Hermann
2017-12-06
1
-7
/
+1
*
Parse tracing data and expose it to the client
Ulf Hermann
2017-11-30
1
-36
/
+139
*
Finish the round when manually finalizing a session
Ulf Hermann
2017-11-15
1
-3
/
+3
*
Read the contentSize of a stack sample only if section size > 0
Ulf Hermann
2017-11-15
1
-0
/
+33
*
Handle tracing data header event
Ulf Hermann
2017-09-29
1
-0
/
+69