Skip to content

Struct Pipeline

ClassList > 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

std::string Pipeline::name;

Human-readable name of the pipeline (used in reports).


variable runner

std::function<void(benchmark::State&)> Pipeline::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