Fledge
An open source edge computing platform for industrial users
PerfMon Class Reference

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...
 

Constructor & Destructor Documentation

◆ PerfMon()

PerfMon::PerfMon ( const std::string &  name)

Constructor for an individual performance monitor.

Parameters
nameThe name of the performance monitor

Member Function Documentation

◆ addValue()

void PerfMon::addValue ( long  value)

Collect a new value for the performance monitor.

Parameters
valueThe new value

◆ getValues()

int PerfMon::getValues ( InsertValues values)

Return the performance values to insert.


The documentation for this class was generated from the following files: