tree: 8434876d4feca84bd01a26832dc2993c80d70420 [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. trace_result.py
  16. tracing_controller.py
  17. update_systrace_trace_viewer.py
  18. util.py
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.