• Home
Name Date Size #Lines LOC

..--

test_data/03-May-2024-2,8552,847

tracing_agents/03-May-2024-1,7761,299

AUTHORSD03-May-2024292 1311

LICENSED03-May-20241.5 KiB2827

README.mdD03-May-2024715 1711

__init__.pyD03-May-20241 KiB2816

decorators.pyD03-May-20241.2 KiB4225

monitor_unittest.pyD03-May-20241.7 KiB5329

output_generator.pyD03-May-20246.8 KiB190132

output_generator_unittest.pyD03-May-20244.8 KiB12396

prefix.htmlD03-May-20241.7 KiB7164

run_systrace.pyD03-May-20247 KiB209148

suffix.htmlD03-May-202416 32

systrace_runner.pyD03-May-20242.6 KiB7152

systrace_trace_viewer.htmlD03-May-20242.4 MiB9,9509,646

trace_result.pyD03-May-2024470 188

tracing_controller.pyD03-May-202410.8 KiB308233

update_systrace_trace_viewer.pyD03-May-20244.4 KiB139104

util.pyD03-May-20246 KiB164121

README.md

1<!-- Copyright 2015 The Chromium Authors. All rights reserved.
2     Use of this source code is governed by a BSD-style license that can be
3     found in the LICENSE file.
4-->
5Systrace
6========
7
8Systrace relies on
9[Trace-Viewer](https://github.com/catapult-project/catapult/blob/master/tracing/README.md)
10to visualize the traces. The development of Trace-Viewer and Systrace is
11decoupled by the systrace_trace_viewer.html file.
12* The update_systrace_trace_viewer.py script generates
13systrace_trace_viewer.html based on the Trace-Viewer code.
14* Systrace visualizes the trace result based on systrace_trace_viewer.html.
15* Systrace will auto update systrace_trace_viewer.html if
16update_systrace_trace_viewer.py exists.
17