#include <statistics.h>
Inheritance diagram for YSummaryEnvironmentStatistics:
Public Member Functions | |
YSummaryEnvironmentStatistics (YEnvironmentLogFileSet &e) | |
virtual QStringList | GetPropertyNames () const |
Returns the property names. | |
virtual unsigned int | GetMaxProperties () const |
Returns the number of properties. | |
virtual unsigned int | GetMaxEntries () const |
Returns the number of entries (columns) of the statistic table. | |
virtual QStringList | GetEntryNames () const |
Returns a list of entry names which should be drawn in each row. | |
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) |
Returns the ptr to YLogFileStatistics of the given column. |
Global | Simulator --------------+----------- Task switches | 10 Idle times | 1000
|
|
|
Returns the ptr to YLogFileStatistics of the given column.
Implements YStatistics. |
|
Returns a list of entry names which should be drawn in each row.
Implements YStatistics. |
|
Returns the number of entries (columns) of the statistic table.
Implements YStatistics. |
|
Returns the number of properties.
Implements YStatistics. |
|
Returns the property names.
Implements YStatistics. |
|
Returns the mutex name.
|
|
Returns the statistic type "Task" or "Mutex".
Implements YEnvironmentStatistics. |
|
Returns the title of statistic table.
Reimplemented from YEnvironmentStatistics. |