Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Displayed additional data in server visualizations. | Jonathan Herman | 2012-10-12 |
| | | | | This disables display_last_info until performance problem solved. | ||
* | Avoid unnecessary record parsing | Jonathan Herman | 2012-08-31 |
| | |||
* | Draw plot once on load, distributing records via hashing. | Jonathan Herman | 2012-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 systems | Jonathan Herman | 2012-04-10 |
| | |||
* | rt-graph: blockign with ids | Jonathan Herman | 2012-03-30 |
| | |||
* | containers: abstracted out common task-type code | Jonathan Herman | 2012-03-24 |
| | |||
* | containers: added record parsing | Jonathan Herman | 2012-03-16 |
| | |||
* | rt-graph: visual improvements to rt cpus | Jonathan | 2012-03-09 |
| | |||
* | rt-graph: usability improvements | Jonathan | 2012-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 cleanup | Jonathan | 2012-03-08 |
| | |||
* | rt-graph: cleanup of graph display | Jonathan | 2012-03-08 |
| | |||
* | rt-graph: RT cpus show a thin black line when non-rt tasks run | Jonathan | 2012-03-08 |
| | |||
* | rt-graph: rt cpus have all basic features implemented | Jonathan | 2012-03-08 |