42 [[nodiscard]]
auto seconds() const noexcept ->
double {
return seconds_; }
auto seconds() const noexcept -> double
Get the number of seconds.
Duration(double seconds) noexcept
Constructor.
Namespace of clocks for benchmarks.
Namespace of stat_bench source codes.