cpp-stat-bench 0.24.0
Benchmark library with statistics for C++.
|
Definition of StopWatch class. More...
#include <cstddef>
#include <stdexcept>
#include <vector>
#include "stat_bench/clock/duration.h"
#include "stat_bench/clock/monotone_time_point.h"
Go to the source code of this file.
Classes | |
class | stat_bench::clock::StopWatch |
Class of a stop watch. More... | |
Namespaces | |
namespace | stat_bench |
Namespace of stat_bench source codes. | |
namespace | stat_bench::clock |
Namespace of clocks for benchmarks. | |
Definition of StopWatch class.
Definition in file stop_watch.h.