Bitcoin ABC 0.30.5
P2P Digital Currency
|
#include <nanobench.h>
Public Attributes | |
T | pageFaults {} |
T | cpuCycles {} |
T | contextSwitches {} |
T | instructions {} |
T | branchInstructions {} |
T | branchMisses {} |
Definition at line 367 of file nanobench.h.
T ankerl::nanobench::detail::PerfCountSet< T >::branchInstructions {} |
Definition at line 372 of file nanobench.h.
T ankerl::nanobench::detail::PerfCountSet< T >::branchMisses {} |
Definition at line 373 of file nanobench.h.
T ankerl::nanobench::detail::PerfCountSet< T >::contextSwitches {} |
Definition at line 370 of file nanobench.h.
T ankerl::nanobench::detail::PerfCountSet< T >::cpuCycles {} |
Definition at line 369 of file nanobench.h.
T ankerl::nanobench::detail::PerfCountSet< T >::instructions {} |
Definition at line 371 of file nanobench.h.
T ankerl::nanobench::detail::PerfCountSet< T >::pageFaults {} |
Definition at line 368 of file nanobench.h.