#include <statistics.h>
Inheritance diagram for YEnvironmentStatistics:
Public Member Functions | |
YEnvironmentStatistics (YEnvironmentLogFileSet &e) | |
virtual QString | GetTableTitle () const |
Returns the title of statistic table. | |
virtual QString | GetSubTitleType () const=0 |
Return sub title of statistic table e.g. "task" or "mutex". | |
Protected Attributes | |
YEnvironmentLogFileSet & | environmentlogfile |
|
|
|
Return sub title of statistic table e.g. "task" or "mutex".
Implemented in YTaskEnvironmentStatistics, YMutexEnvironmentStatistics, YCPUEnvironmentStatistics, and YSummaryEnvironmentStatistics. |
|
Returns the title of statistic table.
Implements YStatistics. Reimplemented in YSummaryEnvironmentStatistics. |
|
|