#include <statistics.h>
Inheritance diagram for YMutexEnvironmentStatistics:
Public Member Functions | |
YMutexEnvironmentStatistics (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 QString | GetSubTitleType () const |
Returns the statistic type "Task" or "Mutex". | |
virtual QStringList | GetEntryNames () const |
Returns a list of entry names which should be drawn in each row. | |
virtual YLogFileStatistics * | GetEntryLogFileStatistics (int number) |
Returns the ptr to YLogFileStatistics of the given column. |
This frame shows the usage of mutexes: The printed numbers are number of the using task
| Mutex 1 | Mutex 2 | Mutex 3 --------+----------+---------+--------- Locked | 10 | 10 | 5 Blocked | 4 | 4 | 3
|
|
|
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 statistic type "Task" or "Mutex".
Implements YEnvironmentStatistics. |