#include <statistics.h>
Inheritance diagram for YSummaryProjectStatistics:
Public Member Functions | |
YSummaryProjectStatistics (YProjectLogFile &p) | |
virtual QStringList | GetPropertyNames () const |
Returns the property names. | |
virtual unsigned int | GetMaxProperties () const |
Returns the number of properties. | |
virtual QString | GetTableTitle () const |
Returns the title of statistic table. | |
virtual QString | GetSubTitleName () const |
Returns the mutex name. | |
virtual QString | GetSubTitleType () const |
Returns the statistic type "Task" or "Mutex". | |
virtual YLogFileStatistics * | GetEntryLogFileStatistics (int number) |
Returns the ptr to YLogFileStatistics of the given column. |
Global | 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. |
|
Returns the title of statistic table.
Reimplemented from YProjectStatistics. |