summaryrefslogtreecommitdiffstats
path: root/unit_trace/trace_reader.py
Commit message (Collapse)AuthorAge
* improved performanceJonathan2012-01-31
|
* Bugfix: Trace with 0 valid records ends iterationMac Mollison2010-03-28
|
* Sort next 200 records, not 100Mac Mollison2010-03-27
| | | | This allows the st_many_gsn trace to be parsed.
* Bugfix: small traces yield no eventsMac Mollison2010-03-27
| | | | | A bug caused traces with < 100 records (the number of records buffered and sorted) to yield no records.
* 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.
* Print warning on bad records rather than haltingMac Mollison2010-03-26
|
* Zapped a bunch of trailing whitespaceMac Mollison2010-03-20
|
* Added progress submodule to report progress.Mac Mollison2010-03-14
| | | | | | This submodule allows us to measure the speed at which trace files are processed and reports on its progress as it goes along.
* 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.