#include <statistics.h>
Inheritance diagram for YMutexProjectStatistics:
Public Member Functions | |
YMutexProjectStatistics (const QString &mname, 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 mutex name. | |
virtual QString | GetSubTitleType () const |
Returns the statistic type "Task" or "Mutex". | |
int | GetMutexID () const |
virtual YLogFileStatistics * | GetEntryLogFileStatistics (int number) |
Returns the ptr to YLogFileStatistics of the given column. | |
Private Attributes | |
int | mutexid |
QString | mutexname |
Mutex 1 | Simulator 1 | Simulator 2 | RT-Linux ----------------+-------------+-------------+---------- Locked | 10 | 10 | 10 Blocked threads | 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 mutex name.
Implements YProjectStatistics. |
|
Returns the statistic type "Task" or "Mutex".
Implements YProjectStatistics. |
|
|
|
|