#include <logfilestatistics.h>
Inheritance diagram for YLogFileStatistics:
Public Member Functions | |
YLogFileStatistics (int number) | |
virtual | ~YLogFileStatistics () |
int | GetMaxProperties () const |
virtual void | ResetStatistics () |
virtual YStatisticBaseEntry & | GetStatisticProperty (int number) const |
virtual QStringList | GetPropertyNames () const=0 |
void | CalculateTimingValues (YEnvironmentLogFileSet &envlogfile, QList< YASA_TIME > &list, int firstproperty, int propertycount) |
bool | IsValid (int number) const |
Protected Member Functions | |
void | CheckProperties () |
Protected Attributes | |
QArray< YStatisticBaseEntry * > | properties |
|
|
|
|
|
Calculate time values (min, max, averagea and percentage if needed. The given list is cleared after using |
|
|
|
|
|
Implemented in YTaskLogFileStatistics, YMutexLogFileStatistics, YCPULogFileStatistics, and YEnvironmentLogFileStatistics. |
|
|
|
|
|
Reimplemented in YTaskLogFileStatistics. |
|
|