cpp-stat-bench 0.24.0
Benchmark library with statistics for C++.
|
Definition of InvocationContext class. More...
#include <cstddef>
#include <memory>
#include <string>
#include <utility>
#include <vector>
#include "stat_bench/bench_impl/threadable_invoker.h"
#include "stat_bench/benchmark_condition.h"
#include "stat_bench/clock/duration.h"
#include "stat_bench/custom_output_name.h"
#include "stat_bench/param/parameter_name.h"
#include "stat_bench/stat/custom_stat_output.h"
Go to the source code of this file.
Classes | |
class | stat_bench::InvocationContext |
Class of context of invocations of benchmarks. More... | |
Namespaces | |
namespace | stat_bench |
Namespace of stat_bench source codes. | |
Definition of InvocationContext class.
Definition in file invocation_context.h.