Bitcoin Core  0.21.1
P2P Digital Currency
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules
Public Attributes | List of all members
ankerl::nanobench::detail::PerfCountSet< T > Struct Template Reference

#include <nanobench.h>

Collaboration diagram for ankerl::nanobench::detail::PerfCountSet< T >:
[legend]

Public Attributes

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

Detailed Description

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

Definition at line 325 of file nanobench.h.

Member Data Documentation

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

Definition at line 350 of file nanobench.h.

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

Definition at line 351 of file nanobench.h.

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

Definition at line 348 of file nanobench.h.

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

Definition at line 347 of file nanobench.h.

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

Definition at line 349 of file nanobench.h.

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

Definition at line 346 of file nanobench.h.


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