Benchmark fixture.
More...
#include <fixture.h>
Benchmark fixture.
Provides interface to initialize and cleanup benchmarks.
- Examples
- containers.cpp, and sort.cpp.
Definition at line 20 of file fixture.h.
◆ Fixture() [1/3]
CppBenchmark::Fixture::Fixture |
( |
| ) |
|
|
defaultnoexcept |
◆ Fixture() [2/3]
CppBenchmark::Fixture::Fixture |
( |
const Fixture & |
| ) |
|
|
defaultnoexcept |
◆ Fixture() [3/3]
CppBenchmark::Fixture::Fixture |
( |
Fixture && |
| ) |
|
|
defaultnoexcept |
◆ ~Fixture()
virtual CppBenchmark::Fixture::~Fixture |
( |
| ) |
|
|
virtualdefaultnoexcept |
◆ Cleanup()
virtual void CppBenchmark::Fixture::Cleanup |
( |
Context & |
context | ) |
|
|
inlineprotectedvirtual |
◆ Initialize()
virtual void CppBenchmark::Fixture::Initialize |
( |
Context & |
context | ) |
|
|
inlineprotectedvirtual |
◆ operator=() [1/2]
◆ operator=() [2/2]
The documentation for this class was generated from the following file: