| Commit message (Collapse) | Author | Age |
| |
|
| |
|
|
|
|
| |
This allows the st_many_gsn trace to be parsed.
|
|
|
|
|
| |
A bug caused traces with < 100 records (the number of records
buffered and sorted) to yield no records.
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
|
|
|
|
|
| |
This submodule allows us to measure the speed at which
trace files are processed and reports on its progress as
it goes along.
|
|
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.
|