Bitcoin
Public Types | List of all members
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
 

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: