Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qbenchmarkmetric.h File Reference

(05fc3aef53348fb58be6308076e000825b704e58)

#include <QtTest/qttestglobal.h>
+ Include dependency graph for qbenchmarkmetric.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  QTest
 [15]
 

Enumerations

enum  QTest::QBenchmarkMetric {
  QTest::FramesPerSecond , QTest::BitsPerSecond , QTest::BytesPerSecond , QTest::WalltimeMilliseconds ,
  QTest::CPUTicks , QTest::InstructionReads , QTest::Events , QTest::WalltimeNanoseconds ,
  QTest::BytesAllocated , QTest::CPUMigrations , QTest::CPUCycles , QTest::BusCycles ,
  QTest::StalledCycles , QTest::Instructions , QTest::BranchInstructions , QTest::BranchMisses ,
  QTest::CacheReferences , QTest::CacheReads , QTest::CacheWrites , QTest::CachePrefetches ,
  QTest::CacheMisses , QTest::CacheReadMisses , QTest::CacheWriteMisses , QTest::CachePrefetchMisses ,
  QTest::ContextSwitches , QTest::PageFaults , QTest::MinorPageFaults , QTest::MajorPageFaults ,
  QTest::AlignmentFaults , QTest::EmulationFaults , QTest::RefCPUCycles
}