#include <statistics.h>
Inheritance diagram for YCPUProjectStatistics:
Public Member Functions | |
YCPUProjectStatistics (int c, YProjectLogFile &p) | |
virtual QStringList | GetPropertyNames () const |
Returns the property names. | |
virtual unsigned int | GetMaxProperties () const |
Returns the number of properties. | |
virtual QString | GetSubTitleName () const |
Returns the mutex name. | |
virtual QString | GetSubTitleType () const |
Returns the statistic type "Task" or "Mutex". | |
unsigned int | GetCPU () const |
virtual YLogFileStatistics * | GetEntryLogFileStatistics (int number) |
Returns the ptr to YLogFileStatistics of the given column. | |
Private Attributes | |
int | cpu |
Statistically results of CPU 0 - environment order
CPU 0 | Simulator | RT-Linux --------------+-----------+------------ Task switches | 10 | 5 Idle times | 1000 | 0
|
|
|
|
|
Returns the ptr to YLogFileStatistics of the given column.
Implements YStatistics. |
|
Returns the number of properties.
Implements YStatistics. |
|
Returns the property names.
Implements YStatistics. |
|
Returns the mutex name.
Implements YProjectStatistics. |
|
Returns the statistic type "Task" or "Mutex".
Implements YProjectStatistics. |
|
|