#include <eosim/statics/timeweighted.hpp>
Inheritance diagram for eosim::statics::TimeWeighted:
Public Member Functions | |
TimeWeighted (std::string name, core::Model &m) | |
The constructor of TimeWeighted; the kind of histogram is appended at the end of the name. The model passed as an argument is the one which will be used to get the time values needed to log data in this histograms. | |
void | log (double v) |
This operation log a value in the histogram. |
void TimeWeighted::log | ( | double | v | ) |
This operation log a value in the histogram.