cpp-stat-bench 0.24.0
Benchmark library with statistics for C++.
|
This is the complete list of members for stat_bench::FixtureBase, including all inherited members.
add_param(const param::ParameterName ¶m_name) -> std::shared_ptr< param::ParameterValueVector< T > > | stat_bench::FixtureBase | inline |
add_param(std::string param_name) -> std::shared_ptr< param::ParameterValueVector< T > > | stat_bench::FixtureBase | inline |
add_threads_param() -> std::shared_ptr< param::ParameterValueVector< std::size_t > > | stat_bench::FixtureBase | inline |
FixtureBase(const FixtureBase &)=delete (defined in stat_bench::FixtureBase) | stat_bench::FixtureBase | |
FixtureBase(FixtureBase &&)=delete (defined in stat_bench::FixtureBase) | stat_bench::FixtureBase | |
FixtureBase()=default | stat_bench::FixtureBase | protected |
IBenchmarkCase(const IBenchmarkCase &)=delete (defined in stat_bench::bench_impl::IBenchmarkCase) | stat_bench::bench_impl::IBenchmarkCase | |
IBenchmarkCase(IBenchmarkCase &&)=delete (defined in stat_bench::bench_impl::IBenchmarkCase) | stat_bench::bench_impl::IBenchmarkCase | |
IBenchmarkCase()=default | stat_bench::bench_impl::IBenchmarkCase | protected |
info() const noexcept -> const BenchmarkFullName &=0 | stat_bench::bench_impl::IBenchmarkCase | pure virtual |
operator=(const FixtureBase &) -> FixtureBase &=delete (defined in stat_bench::FixtureBase) | stat_bench::FixtureBase | |
operator=(FixtureBase &&) -> FixtureBase &=delete (defined in stat_bench::FixtureBase) | stat_bench::FixtureBase | |
operator=(const IBenchmarkCase &) -> IBenchmarkCase &=delete (defined in stat_bench::bench_impl::IBenchmarkCase) | stat_bench::bench_impl::IBenchmarkCase | |
operator=(IBenchmarkCase &&) -> IBenchmarkCase &=delete (defined in stat_bench::bench_impl::IBenchmarkCase) | stat_bench::bench_impl::IBenchmarkCase | |
run()=0 | stat_bench::FixtureBase | pure virtual |
setup(InvocationContext &context) | stat_bench::FixtureBase | inlinevirtual |
tear_down(InvocationContext &context) | stat_bench::FixtureBase | inlinevirtual |
~FixtureBase() override=default | stat_bench::FixtureBase | |
~IBenchmarkCase()=default | stat_bench::bench_impl::IBenchmarkCase | virtual |