#include <execution_timer.hpp>
|
template<typename Thunk , typename... Ts> |
auto | invoke (const std::string &tag, Thunk &&thunk) |
|
auto | save (const boost::filesystem::path &output_file) -> void |
|
auto | getStatistics (const std::string &tag) -> const auto & |
|
◆ getStatistics()
template<typename Clock = std::chrono::system_clock, typename Accumulators = boost::accumulators::accumulator_set< std::int64_t, boost::accumulators::stats< boost::accumulators::tag::min, boost::accumulators::tag::max, boost::accumulators::tag::mean, boost::accumulators::tag::variance, boost::accumulators::tag::count>>>
◆ invoke()
template<typename Clock = std::chrono::system_clock, typename Accumulators = boost::accumulators::accumulator_set< std::int64_t, boost::accumulators::stats< boost::accumulators::tag::min, boost::accumulators::tag::max, boost::accumulators::tag::mean, boost::accumulators::tag::variance, boost::accumulators::tag::count>>>
template<typename Thunk , typename... Ts>
◆ save()
template<typename Clock = std::chrono::system_clock, typename Accumulators = boost::accumulators::accumulator_set< std::int64_t, boost::accumulators::stats< boost::accumulators::tag::min, boost::accumulators::tag::max, boost::accumulators::tag::mean, boost::accumulators::tag::variance, boost::accumulators::tag::count>>>
The documentation for this class was generated from the following file:
- openscenario/openscenario_interpreter/include/openscenario_interpreter/utility/execution_timer.hpp