summaryrefslogtreecommitdiffstats
path: root/unit_trace/stdout_printer.py
Commit message (Collapse)AuthorAge
* Show CPU in stdout_printer event recordsHEADmasterMac Mollison2011-04-20
|
* Print priority inversion durations in msMac Mollison2010-04-03
|
* Rename 'eligible' to 'off_cpu'Mac Mollison2010-04-03
| | | | | This much more accurately captures what is going on and should greatly reduce confusion
* Refactored stats module to be an output moduleMac Mollison2010-03-26
| | | | | Previously this was an "intermediate" module. Makes more sense to have it as an output module.
* Improve stats.py to show longest n inversionsMac Mollison2010-03-26
|
* Track and print triggering events with inversionsMac Mollison2010-03-26
|
* Add inversion IDs and print themMac Mollison2010-03-26
| | | | Makes it easier to find inversion records in output
* Enable filter by ID instead of timeMac Mollison2010-03-26
| | | | | | Filtering by time is too cumbersome (because time values are so large), so we give each event record an ID and filter by that instead in in the earliest and latest modules.
* Zapped a bunch of trailing whitespaceMac Mollison2010-03-20
|
* Further restructuring to create 'unit_trace' pkgMac Mollison2010-03-13
The unit_trace folder should be placed in /usr/local/lib/pythonX.Y/site-packages. This makes unit-trace submodules available from anywhere on the system.