Bitcoin ABC  0.29.2
P2P Digital Currency
Public Attributes | List of all members
ankerl::nanobench::detail::PerfCountSet< T > Struct Template Reference

#include <nanobench.h>

Public Attributes

pageFaults {}
 
cpuCycles {}
 
contextSwitches {}
 
instructions {}
 
branchInstructions {}
 
branchMisses {}
 

Detailed Description

template<typename T>
struct ankerl::nanobench::detail::PerfCountSet< T >

Definition at line 367 of file nanobench.h.

Member Data Documentation

◆ branchInstructions

template<typename T >
T ankerl::nanobench::detail::PerfCountSet< T >::branchInstructions {}

Definition at line 372 of file nanobench.h.

◆ branchMisses

template<typename T >
T ankerl::nanobench::detail::PerfCountSet< T >::branchMisses {}

Definition at line 373 of file nanobench.h.

◆ contextSwitches

template<typename T >
T ankerl::nanobench::detail::PerfCountSet< T >::contextSwitches {}

Definition at line 370 of file nanobench.h.

◆ cpuCycles

template<typename T >
T ankerl::nanobench::detail::PerfCountSet< T >::cpuCycles {}

Definition at line 369 of file nanobench.h.

◆ instructions

template<typename T >
T ankerl::nanobench::detail::PerfCountSet< T >::instructions {}

Definition at line 371 of file nanobench.h.

◆ pageFaults

template<typename T >
T ankerl::nanobench::detail::PerfCountSet< T >::pageFaults {}

Definition at line 368 of file nanobench.h.


The documentation for this struct was generated from the following file: