#include <timings.h>
Inheritance diagram for YCPUEnvironmentTimings:
Public Member Functions | |
YCPUEnvironmentTimings (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 |
CPU 1 | (--1--)(--2--) (-----3-----) CPU 2 | (----4----)(------5------)(6) CPU 3 | (7) (--8--) +--------------------------------------------------------
|
|
|
Returns a list of names which should be drawn in each row.
Implements YTimings. |
|
Implements YTimings. |
|
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. |