#include <ISLogger.h>
Public Member Functions | |
cLogStatDataId () | |
void | LogTimestamp (double timestamp) |
void | Printf () |
Public Attributes | |
double | averageTimeDelta |
uint64_t | count |
uint64_t | errorCount |
double | lastTimestamp |
double | lastTimestampDelta |
double | maxTimestampDelta |
double | minTimestampDelta |
uint64_t | timestampDeltaCount |
uint64_t | timestampDropCount |
double | totalTimeDelta |
Definition at line 194 of file ISLogger.h.
cLogStatDataId::cLogStatDataId | ( | ) |
Definition at line 635 of file ISLogger.cpp.
void cLogStatDataId::LogTimestamp | ( | double | timestamp | ) |
Definition at line 649 of file ISLogger.cpp.
void cLogStatDataId::Printf | ( | ) |
Definition at line 672 of file ISLogger.cpp.
double cLogStatDataId::averageTimeDelta |
Definition at line 199 of file ISLogger.h.
uint64_t cLogStatDataId::count |
Definition at line 197 of file ISLogger.h.
uint64_t cLogStatDataId::errorCount |
Definition at line 198 of file ISLogger.h.
double cLogStatDataId::lastTimestamp |
Definition at line 201 of file ISLogger.h.
double cLogStatDataId::lastTimestampDelta |
Definition at line 202 of file ISLogger.h.
double cLogStatDataId::maxTimestampDelta |
Definition at line 204 of file ISLogger.h.
double cLogStatDataId::minTimestampDelta |
Definition at line 203 of file ISLogger.h.
uint64_t cLogStatDataId::timestampDeltaCount |
Definition at line 205 of file ISLogger.h.
uint64_t cLogStatDataId::timestampDropCount |
Definition at line 206 of file ISLogger.h.
double cLogStatDataId::totalTimeDelta |
Definition at line 200 of file ISLogger.h.