index
:
qt/qtbase.git
5.10
5.11
5.12
5.12.5
5.12.7
5.13
5.14
5.15
5.3
5.4
5.5
5.6
5.7
5.8
5.9
6.0
6.1
6.2
6.2.0
6.2.4
6.3
6.4
6.4.0
6.4.1
6.4.2
6.4.3
6.5
6.5.0
6.5.1
6.5.2
6.5.3
6.6
6.6.0
6.6.1
6.6.2
6.6.3
6.7
6.7.0
6.7.1
6.7.2
6.7.3
6.8
6.8.0
6.8.1
6.8.2
6.8.3
6.9
6.9.0
6.9.1
dev
old/5.0
old/5.1
old/5.2
wip/cmake
wip/highdpi
wip/lite
wip/mir
wip/nacl
wip/network-test-server
wip/remac
wip/tizen
wip/webassembly
Qt Base (Core, Gui, Widgets, Network, ...)
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
testlib
/
qbenchmarkperfevents.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
QBenchmarkPerfEvents: help Coverity understand the code
Marc Mutz
2025-02-19
1
-1
/
+1
*
Benchlib: remove unused init() virtual function
Thiago Macieira
2024-10-11
1
-4
/
+0
*
QBenchmarkPerfEventsMeasurer: move the perf_event_attr data to the stack
Thiago Macieira
2024-10-11
1
-20
/
+12
*
Reorganise QtTest 3rdparty to separate its various parts
Edward Welbourne
2024-07-11
1
-1
/
+1
*
Fix some narrowing conversion warnings
Ahmad Samir
2023-04-08
1
-1
/
+2
*
QBenchlib/Perf: use one system call to enable/disable measurements
Thiago Macieira
2022-11-09
1
-5
/
+4
*
QBenchlib/Perf: use C++11 range-fors for the event list
Thiago Macieira
2022-11-09
1
-15
/
+12
*
QBenchlib/Perf: parse multiple counters from -perfcounter
Thiago Macieira
2022-11-09
1
-13
/
+24
*
QBenchlib: add support for a measurer reporting multiple results
Thiago Macieira
2022-11-09
1
-30
/
+63
*
QBenchlib: pass the metric type alongside the measurement value
Thiago Macieira
2022-11-09
1
-9
/
+4
*
QBenchlib/Perf: remove the handling of attributes in -perfcounter
Thiago Macieira
2022-10-25
1
-31
/
+4
*
QBenchlib/Perf: don't try to benchmark the kernel
Thiago Macieira
2022-10-25
1
-5
/
+11
*
QBenchlib: remove unused checkpoint() virtual
Thiago Macieira
2022-10-24
1
-8
/
+0
*
QBenchlib/Perf: remove ioctl(FD_CLOEXEC)
Thiago Macieira
2022-10-24
1
-2
/
+0
*
QBenchlib/Perf: use WalltimeNanoseconds for the task time
Thiago Macieira
2022-10-24
1
-8
/
+4
*
QBenchlib/Perf: open the perffd with PERF_FLAG_FD_CLOEXEC
Thiago Macieira
2022-10-20
1
-2
/
+1
*
Use SPDX license identifiers
Lucie Gérard
2022-05-16
1
-38
/
+2
*
QTestLib: Introduce nullptr
Friedemann Kleint
2019-07-11
1
-1
/
+1
*
QTestLib: Use member initialization
Friedemann Kleint
2019-07-11
1
-4
/
+1
*
doc: Fix remaining clang parsing errors in QtTest
Martin Smith
2018-01-18
1
-1
/
+3
*
Enable support for ref-cycles perf counter in QtTestLib.
Milian Wolff
2016-03-03
1
-3
/
+6
*
Updated license headers
Jani Heikkinen
2016-01-21
1
-1
/
+1
*
Updated license headers
Jani Heikkinen
2016-01-15
1
-13
/
+19
*
Update copyright headers
Jani Heikkinen
2015-02-11
1
-6
/
+6
*
Update license headers and add new license files
Matti Paaso
2014-09-24
1
-18
/
+10
*
Fix file descriptor leak in the perf event counter
Thiago Macieira
2014-01-10
1
-9
/
+11
*
Fix compilation of QtTest on Linux systems with old kernel headers
Thiago Macieira
2013-07-21
1
-0
/
+10
*
Add support for attributes in the -perfcounter argument
Thiago Macieira
2013-03-06
1
-1
/
+38
*
Store the performance counter attributes globally
Thiago Macieira
2013-03-06
1
-22
/
+27
*
Add support for the cache-related operations counters in benchlib
Thiago Macieira
2013-03-06
1
-23
/
+180
*
Add support for more performance counters in QBenchlib
Thiago Macieira
2013-03-06
1
-8
/
+198
*
Add more events for QBenchlib, based on the Linux perf counters
Thiago Macieira
2013-03-06
1
-1
/
+1
*
Implement the Linux Perf Counter backend for benchlib
Thiago Macieira
2013-03-06
1
-1
/
+104
*
Add the skeleton Linux perf events counter for QtTest
Thiago Macieira
2013-03-06
1
-0
/
+115