#include <analysis.h>
|
| using | ClockType = std::chrono::steady_clock |
| |
| using | Duration = ClockType::duration |
| |
| using | Resolution = std::milli |
| |
| using | AccumulatorType = boost::accumulators::accumulator_set< double, boost::accumulators::stats< boost::accumulators::tag::mean, boost::accumulators::tag::median, boost::accumulators::tag::lazy_variance > > |
| |
◆ AccumulatorType
◆ ClockType
◆ Duration
◆ Resolution
◆ Add()
| void encrypto::motion::AccumulatedRunTimeStatistics::Add |
( |
const RunTimeStatistics & |
statistics | ) |
|
◆ PrintHumanReadable()
| std::string encrypto::motion::AccumulatedRunTimeStatistics::PrintHumanReadable |
( |
| ) |
const |
◆ ToJson()
| boost::json::object encrypto::motion::AccumulatedRunTimeStatistics::ToJson |
( |
| ) |
const |
The documentation for this class was generated from the following files: