summaryrefslogtreecommitdiffstats
path: root/tests/auto/perfdata/tst_perfdata.cpp
Commit message (Expand)AuthorAgeFilesLines
* Replace QVector by QListHEADmaster17.0hjk2025-04-101-1/+1
* Work around various deprecation warnings14.0hjk2024-06-061-5/+5
* Fix build with QT_NO_CAST_FROM_ASCIIEike Ziller2023-01-251-1/+1
* Fix compile with -DQT_NO_CAST_FROM_ASCII -DQT_NO_CAST_TO_ASCIIMilian Wolff2022-12-081-33/+42
* Merge "Merge remote-tracking branch 'origin/9.0'"The Qt Project2022-12-051-3/+3
|\
| * Merge remote-tracking branch 'origin/9.0'Ulf Hermann2022-12-051-3/+3
| |\
| | * Fix compile with QStringBuilderMilian Wolff2022-12-051-3/+3
* | | Fix -Wc++17-attribute-extensionsMilian Wolff2022-12-051-1/+1
|/ /
* / Fix -Wclazy-old-style-connectMilian Wolff2022-12-051-1/+1
|/
* Add missing '::' when hitting cached scope namesMilian Wolff2022-06-101-0/+2
* Add parallel_static_gcc and basic test coverageMilian Wolff2022-06-101-7/+13
* Use qCompress/qUncompress to reduce the size of the test input filesMilian Wolff2022-06-101-5/+61
* Unbreak tst_perfdata when run on more modern systemsMilian Wolff2022-06-081-2/+16
* Add LBR unwinding method proper processing for DisassemblyDarya Knysh2021-03-301-0/+1
* Transmit the number of lost events in the LostDefinition4.14Milian Wolff2020-09-291-1/+1
* Show the diff between files when the perfdata test failsMilian Wolff2020-09-111-0/+7
* Improve support for applications that rely on fork for parallelismMilian Wolff2020-09-111-1/+3
* Add support for zstd decompressionMilian Wolff2020-09-111-2/+10
* Generalize TestPerfData::testFilesMilian Wolff2020-09-091-11/+14
* Update expected results for clang symbolsMilian Wolff2020-09-091-2/+5
* Skip vector_static_clang variant of perfdata testUlf Hermann2020-07-151-0/+2
* Fix TestPerfData::testTracingData when run with older QtMilian Wolff2020-06-151-12/+12
* Build fully qualified identifiers for inlined C++ subroutinesMilian Wolff2019-10-021-2/+64
* Fix test failures in tst_perfdata after recent API changesMilian Wolff2019-08-131-4/+5
* PerfParser: Fix signedness mismatch on comparisonOrgad Shaneh2019-05-071-1/+1
* Fix perfdata testUlf Hermann2018-12-201-8/+8
* Buffer non-pipe perf.data in a temporary file when streamedUlf Hermann2018-01-261-1/+2
* Use newRow() rather than addRow() in testsUlf Hermann2018-01-251-4/+4
* Avoid number conversion issuesUlf Hermann2018-01-161-1/+2
* Apply coding standard to includesUlf Hermann2017-12-071-7/+7
* Merge remote-tracking branch 'origin/4.5'Ulf Hermann2017-12-061-7/+1
* Parse tracing data and expose it to the clientUlf Hermann2017-11-301-36/+139
* Finish the round when manually finalizing a sessionUlf Hermann2017-11-151-3/+3
* Read the contentSize of a stack sample only if section size > 0Ulf Hermann2017-11-151-0/+33
* Handle tracing data header eventUlf Hermann2017-09-291-0/+69