tree: 9455c2512309cb22d09a7f139c352ed0e6367c24 [path history] [tgz]
  1. agents/
  2. test_data/
  3. __init__.py
  4. AUTHORS
  5. LICENSE
  6. OWNERS
  7. prefix.html
  8. README.md
  9. suffix.html
  10. systrace-legacy.py
  11. systrace.py
  12. systrace_agent.py
  13. update_systrace_trace_viewer.py
  14. util.py
  15. util_unittest.py
catapult/systrace/systrace/README.md

Systrace

Systrace relies on Trace-Viewer to visualize the traces. The development of Trace-Viewer and Systrace is decoupled by the systrace_trace_viewer.html file.

  • The update_systrace_trace_viewer.py script generates systrace_trace_viewer.html based on the Trace-Viewer code.
  • Systrace visualizes the trace result based on systrace_trace_viewer.html.
  • Systrace will auto update systrace_trace_viewer.html if update_systrace_trace_viewer.py exists.