aboutsummaryrefslogtreecommitdiffstats
path: root/rt-plot-cpu.c
Commit message (Collapse)AuthorAge
* Displayed additional data in server visualizations.Jonathan Herman2012-10-12
| | | | This disables display_last_info until performance problem solved.
* Avoid unnecessary record parsingJonathan Herman2012-08-31
|
* 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: abstracted out common task-type codeJonathan Herman2012-03-24
|
* containers: added record parsingJonathan Herman2012-03-16
|
* rt-graph: visual improvements to rt cpusJonathan2012-03-09
|
* rt-graph: usability improvementsJonathan2012-03-09
| | | | | | 1. Real-time CPUs are loaded at startup 2. A menu item for loading all real-time tasks is added 3. Black boxes appear around run times when zoomed in
* rt-graph: code cleanupJonathan2012-03-08
|
* rt-graph: cleanup of graph displayJonathan2012-03-08
|
* rt-graph: RT cpus show a thin black line when non-rt tasks runJonathan2012-03-08
|
* rt-graph: rt cpus have all basic features implementedJonathan2012-03-08