#include <statistics.h>
Inheritance diagram for YTaskProjectStatistics:
Public Member Functions | |
YTaskProjectStatistics (const QString &tname, int id, 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 task name. | |
virtual QString | GetSubTitleType () const |
Returns the statistic type "Task" or "Mutex". | |
int | GetTaskID () const |
virtual YLogFileStatistics * | GetEntryLogFileStatistics (int number) |
Returns the ptr to YLogFileStatistics of the given column. | |
Private Attributes | |
int | taskid |
QString | taskname |
Statistically results of Task X - environment order
Task X | Simulator 1 | Simulator 2 | RT-Linux -----------------+-------------+-------------+---------- Activations | 10 | 10 | 10 Missed deadlines | 2 | 1 | 3
|
|
|
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 task name.
Implements YProjectStatistics. |
|
Returns the statistic type "Task" or "Mutex".
Implements YProjectStatistics. |
|
|
|
|
|
|