|
CppBenchmark 1.0.5.0
C++ Benchmark Library
|
This is the complete list of members for CppBenchmark::Phase, including all inherited members.
| metrics() const noexcept=0 | CppBenchmark::Phase | pure virtual |
| name() const noexcept=0 | CppBenchmark::Phase | pure virtual |
| operator=(const Phase &)=default | CppBenchmark::Phase | |
| operator=(Phase &&) noexcept=default | CppBenchmark::Phase | |
| Phase() noexcept=default | CppBenchmark::Phase | |
| Phase(const Phase &)=default | CppBenchmark::Phase | |
| Phase(Phase &&) noexcept=default | CppBenchmark::Phase | |
| ScopePhase(const std::string &phase)=0 | CppBenchmark::Phase | pure virtual |
| ScopePhaseThreadSafe(const std::string &phase)=0 | CppBenchmark::Phase | pure virtual |
| StartPhase(const std::string &phase)=0 | CppBenchmark::Phase | pure virtual |
| StartPhaseThreadSafe(const std::string &phase)=0 | CppBenchmark::Phase | pure virtual |
| StopPhase()=0 | CppBenchmark::Phase | pure virtual |
| ~Phase()=default | CppBenchmark::Phase | virtual |