Struct Pipeline
A named benchmark function to be executed by Google Benchmark.
#include <BenchmarksContainer.h>
Public Attributes
| Type | Name |
|---|---|
| std::string | name |
| std::function< void(benchmark::State &)> | runner |
Public Attributes Documentation
variable name
Human-readable name of the pipeline (used in reports).
variable runner
Callable that performs the work inside a Google Benchmark loop.
The documentation for this class was generated from the following file benchmark/BenchmarksContainer.h