aboutsummaryrefslogtreecommitdiffstats
path: root/rt-graph.c
Commit message (Collapse)AuthorAge
* rt-graph: event names added to plot, fixed logic for finding current jobJonathan2012-03-07
|
* rt-graph: real-time graph displays current jobJonathan2012-03-07
| | | | | Logic is added to extract current job / release / deadline from a time. Hovering over a location in an real-time task plot will show this.
* rt-graph: real-time plots display info popupJonathan2012-03-06
| | | | | When you hover close enough to an events time, the event name will display. This time is based on _litmus_ time, not record time.
* rt-graph: real-time plots now draw other eventsJonathan2012-03-06
| | | | | Vertical lines mark events which were run either with the tasks pid or ran on the task's cpu while it is executing.
* rt-graph: simple real-time task plotsJonathan2012-03-05
|
* rt-graph: Litmus events and tasks loaded on startupJonathan2012-03-05
|
* Initial work generating event cachesJonathan2012-03-05