ZeroErr
载入中...
搜索中...
未找到
zeroerr::PerfCountSet< T > 模板结构体 参考

PerfCountSet is a set of performance counters. 更多...

#include <benchmark.h>

zeroerr::PerfCountSet< T > 的协作图:

Public 成员函数

T & timeElapsed ()
 
T & pageFaults ()
 
T & cpuCycles ()
 
T & contextSwitches ()
 
T & instructions ()
 
T & branchInstructions ()
 
T & branchMisses ()
 

Public 属性

iterations {}
 
data [7] {}
 

详细描述

template<typename T>
struct zeroerr::PerfCountSet< T >

PerfCountSet is a set of performance counters.

成员函数说明

◆ branchInstructions()

template<typename T >
T & zeroerr::PerfCountSet< T >::branchInstructions ( )
inline

◆ branchMisses()

template<typename T >
T & zeroerr::PerfCountSet< T >::branchMisses ( )
inline

◆ contextSwitches()

template<typename T >
T & zeroerr::PerfCountSet< T >::contextSwitches ( )
inline

◆ cpuCycles()

template<typename T >
T & zeroerr::PerfCountSet< T >::cpuCycles ( )
inline

◆ instructions()

template<typename T >
T & zeroerr::PerfCountSet< T >::instructions ( )
inline

◆ pageFaults()

template<typename T >
T & zeroerr::PerfCountSet< T >::pageFaults ( )
inline

◆ timeElapsed()

template<typename T >
T & zeroerr::PerfCountSet< T >::timeElapsed ( )
inline

类成员变量说明

◆ data

template<typename T >
T zeroerr::PerfCountSet< T >::data[7] {}

◆ iterations

template<typename T >
T zeroerr::PerfCountSet< T >::iterations {}

该结构体的文档由以下文件生成: