Searched refs:counting_clock (Results 1 – 1 of 1) sorted by relevance
35 struct counting_clock { struct38 using time_point = std::chrono::time_point<counting_clock, duration>; argument68 counting_clock::set_rate(rate);70 auto start = counting_clock::now();71 auto iterations = Catch::Benchmark::Detail::warmup<counting_clock>();72 auto end = counting_clock::now();80 counting_clock::set_rate(rate);83 auto res = Catch::Benchmark::Detail::resolution<counting_clock>(static_cast<int>(count));94 counting_clock::set_rate(rate);97 auto res = Catch::Benchmark::Detail::estimate_clock_resolution<counting_clock>(iters);[all …]