5#include <QtTest/private/qbenchmarkmetric_p.h>
22 {
CPUTicks,
"CPUTicks",
"CPU ticks" },
24 {
Events,
"Events",
"events" },
48 {
RefCPUCycles,
"RefCPUCycles",
"Reference CPU cycles" },
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
101
102
103
113
114
115
static const int NumEntries
const char * benchmarkMetricName(QBenchmarkMetric metric)
const char * benchmarkMetricUnit(QBenchmarkMetric metric)
static const QBenchmarkMetricKey entries[]