6 #ifndef VALIDATERECORD_HPP_INCLUDE
7 #define VALIDATERECORD_HPP_INCLUDE
10 #include "geopm_time.h"
33 uint64_t m_epoch_count;
34 uint64_t m_region_hash;
Checks validity and self consistency of a record stream from a single process. This check is applied ...
Definition: ValidateRecord.hpp:19
void check(const record_s &record)
Check that the record is valid and self consistent with previously checked records.
Definition: ValidateRecord.cpp:38
virtual ~ValidateRecord()=default
Default destructor.
ValidateRecord(void)
Definition: ValidateRecord.cpp:19
Definition: Accumulator.cpp:12
Record of an application event.
Definition: record.hpp:61