Dash Core Source Documentation (0.16.0.1)
Find detailed information regarding the Dash Core source code.
benchmark::best_clock Struct Reference
#include <bench.h>
Public Types | |
using | hi_res_clock = std::chrono::high_resolution_clock |
using | steady_clock = std::chrono::steady_clock |
using | type = std::conditional< hi_res_clock::is_steady, hi_res_clock, steady_clock >::type |
Detailed Description
Member Typedef Documentation
◆ hi_res_clock
using benchmark::best_clock::hi_res_clock = std::chrono::high_resolution_clock |
◆ steady_clock
using benchmark::best_clock::steady_clock = std::chrono::steady_clock |
◆ type
using benchmark::best_clock::type = std::conditional<hi_res_clock::is_steady, hi_res_clock, steady_clock>::type |
The documentation for this struct was generated from the following file:
- src/bench/bench.h