Searched refs:human_duration_t (Results 1 – 1 of 1) sorted by relevance
318 struct human_duration_t struct321 human_duration_t(int s) : seconds(s) {} in human_duration_t() argument324 ostream& operator<<(ostream& s, const human_duration_t& d) in operator <<()491 << human_duration_t(float(time_now - time_start) * (1.0f - ratio_done) / ratio_done) in try_run_some_benchmarks()676 cerr << "Finished in " << human_duration_t(time_end - time_start) << endl; in main()