geopm
3.1.1.dev272+gdfb40a8d
GEOPM - Global Extensible Open Power Manager
|
Checks validity and self consistency of a record stream from a single process. This check is applied by the ApplicationSampler when updates are provided and after the filter is applied. More...
#include <ValidateRecord.hpp>
Public Member Functions | |
ValidateRecord (void) | |
virtual | ~ValidateRecord ()=default |
Default destructor. More... | |
void | check (const record_s &record) |
Check that the record is valid and self consistent with previously checked records. More... | |
Checks validity and self consistency of a record stream from a single process. This check is applied by the ApplicationSampler when updates are provided and after the filter is applied.
geopm::ValidateRecord::ValidateRecord | ( | void | ) |
|
virtualdefault |
Default destructor.
void geopm::ValidateRecord::check | ( | const record_s & | record | ) |
Check that the record is valid and self consistent with previously checked records.
record | [in] Application sampler record to be validated. |