• Home
Name Date Size #Lines LOC

..--

test_data/03-May-2024-2,8732,864

tracing_agents/03-May-2024-1,8571,348

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-20247.3 KiB203141

output_generator_unittest.pyD03-May-20245 KiB12194

prefix.html.templateD03-May-20241.9 KiB7768

run_systrace.pyD03-May-20247.1 KiB209149

suffix.htmlD03-May-202416 32

systrace_runner.pyD03-May-20242.7 KiB7253

systrace_trace_viewer.htmlD03-May-20242.5 MiB10,2589,962

trace_result.pyD03-May-2024470 188

tracing_controller.pyD03-May-202411 KiB310235

update_systrace_trace_viewer.pyD03-May-20244.4 KiB139104

util.pyD03-May-20246.4 KiB173128

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