aboutsummaryrefslogtreecommitdiffstats
path: root/rt-plot-vtask.c
Commit message (Collapse)AuthorAge
* Merged VCPU and VTASK plots.Jonathan Herman2012-10-06
|
* Draw plot once on load, distributing records via hashing.Jonathan Herman2012-08-22
| | | | | | | | | | | | | redraw_pixmap_backend was being called 3 times. 2 of these times were superflous calls to configure. Added a hack to ignore the second two configures. Plot CPU reduction: 70% Each record was being sent to every plot. Now, records are only sent to the CPU and Task plots which hash to a calculated PID. Container plots currently aren't covered by this. Plot CPU reduction (after previous change): 30%
* containers: now working with real task systemsJonathan Herman2012-04-10
|
* rt-graph: blockign with idsJonathan Herman2012-03-30
|
* containers: both virtual tasks and cpus now drawnJonathan Herman2012-03-28