xref: /aosp_15_r20/external/chromium-trace/catapult/common/py_trace_event/README.txt (revision 1fa4b3da657c0e9ad43c0220bacf9731820715a5)
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