![]() |
Bitcoin ABC
0.25.8
P2P Digital Currency
|
Classes | |
class | IterationLogic |
struct | PerfCountSet |
class | PerformanceCounters |
Functions | |
template<typename T > | |
constexpr bool | doNotOptimizeNeedsIndirect () |
template<typename T > | |
std::enable_if<!doNotOptimizeNeedsIndirect< T >)>::type | doNotOptimizeAway (T const &val) |
template<typename T > | |
std::enable_if< doNotOptimizeNeedsIndirect< T >)>::type | doNotOptimizeAway (T const &val) |
PerformanceCounters & | performanceCounters () |
std::enable_if<!doNotOptimizeNeedsIndirect<T>)>::type ankerl::nanobench::detail::doNotOptimizeAway | ( | T const & | val | ) |
std::enable_if<doNotOptimizeNeedsIndirect<T>)>::type ankerl::nanobench::detail::doNotOptimizeAway | ( | T const & | val | ) |
Definition at line 962 of file nanobench.h.
constexpr bool ankerl::nanobench::detail::doNotOptimizeNeedsIndirect | ( | ) |
Definition at line 950 of file nanobench.h.
PerformanceCounters& ankerl::nanobench::detail::performanceCounters | ( | ) |