Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Show CPU in stdout_printer event recordsHEADmaster | Mac Mollison | 2011-04-20 |
| | |||
* | Print priority inversion durations in ms | Mac Mollison | 2010-04-03 |
| | |||
* | Rename 'eligible' to 'off_cpu' | Mac Mollison | 2010-04-03 |
| | | | | | This much more accurately captures what is going on and should greatly reduce confusion | ||
* | Refactored stats module to be an output module | Mac Mollison | 2010-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 inversions | Mac Mollison | 2010-03-26 |
| | |||
* | Track and print triggering events with inversions | Mac Mollison | 2010-03-26 |
| | |||
* | Add inversion IDs and print them | Mac Mollison | 2010-03-26 |
| | | | | Makes it easier to find inversion records in output | ||
* | Enable filter by ID instead of time | Mac Mollison | 2010-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 whitespace | Mac Mollison | 2010-03-20 |
| | |||
* | Further restructuring to create 'unit_trace' pkg | Mac Mollison | 2010-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. |