Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
bin/ | 03-May-2024 | - | 36 | 18 | ||
py_trace_event/ | 03-May-2024 | - | 2,786 | 2,160 | ||
third_party/protobuf/ | 03-May-2024 | - | 373 | 256 | ||
README.txt | D | 03-May-2024 | 329 | 8 | 6 |
README.txt
1py_trace_event allows low-overhead instrumentation of a multi-threaded, 2multi-process application in order to study its global performance 3characteristics. It uses the trace event format used in Chromium/Chrome's 4about:tracing system. 5 6Trace files generated by py_trace_event can be viewed and manipulated by 7trace_event_viewer. 8