|
geopm 3.2.1.dev237+gbe30cff60
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. | |
| void | check (const record_s &record) |
| Check that the record is valid and self consistent with previously checked records. | |
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. |