#include <eosim/statics/observation.hpp>
Inheritance diagram for eosim::statics::Observation:
Public Member Functions | |
Observation (std::string name) | |
The constructor of Observation; the kind of histogram is appended at the end of the name. | |
void | log (double value) |
This operation log a value in the histogram. |
void Observation::log | ( | double | value | ) |
This operation log a value in the histogram.