tree: ccf141649c80af6af6ae37393b7b02f944f306fd [path history] [tgz]
  1. test_data/
  2. tracing_agents/
  3. __init__.py
  4. AUTHORS
  5. decorators.py
  6. LICENSE
  7. monitor_unittest.py
  8. output_generator.py
  9. output_generator_unittest.py
  10. prefix.html.template
  11. README.md
  12. run_systrace.py
  13. suffix.html
  14. systrace_runner.py
  15. systrace_trace_viewer.html
  16. trace_result.py
  17. tracing_controller.py
  18. update_systrace_trace_viewer.py
  19. util.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.