#include <timings.h>
Inheritance diagram for YTaskEnvironmentTimings:
Public Member Functions | |
YTaskEnvironmentTimings (YEnvironmentLogFileSet &e) | |
virtual QStringList | CreateRowNames () const |
Returns a list of names which should be drawn in each row. | |
virtual unsigned int | GetMaxEntries () const |
Returns the number of rows in the timing widget. | |
virtual QString | GetOrderName () const |
virtual YTimingParser * | CreateTimingParser () const |
virtual QString | GetDurationString (const YLogAction *) const |
Return number of cpu or QString::null. |
Task 1 | XXXXX XXXXXX Task 2 | XXX XXXX XXXX Task 3 | XXXX XXXXX +--------------------------------------------------------
|
|
|
Returns a list of names which should be drawn in each row.
Implements YTimings. |
|
Implements YTimings. |
|
Return number of cpu or QString::null.
Reimplemented from YEnvironmentTimings. |
|
Returns the number of rows in the timing widget.
Implements YTimings. |
|
Returns the order name "Task" or "Mutex" or "Environment" used to create the title string Example: "Timing diagram of task 1 of project - CPU order" Implements YTimings. |