![]() |
Fledge
An open source edge computing platform for industrial users
|
Public Member Functions | |
PerfMon (const std::string &name) | |
Constructor for an individual performance monitor. More... | |
void | addValue (long value) |
Collect a new value for the performance monitor. More... | |
int | getValues (InsertValues &values) |
Return the performance values to insert. More... | |
PerfMon::PerfMon | ( | const std::string & | name | ) |
Constructor for an individual performance monitor.
name | The name of the performance monitor |
void PerfMon::addValue | ( | long | value | ) |
Collect a new value for the performance monitor.
value | The new value |
int PerfMon::getValues | ( | InsertValues & | values | ) |
Return the performance values to insert.