• Home
Name
Date
Size
#Lines
LOC

..--

test_data/03-May-2024-6,1776,166

tracing_agents/03-May-2024-1,6841,259

AUTHORSD03-May-2024292 1311

LICENSED03-May-20241.5 KiB2827

OWNERSD03-May-202418 21

README.mdD03-May-2024715 1711

__init__.pyD03-May-20241.1 KiB2917

decorators.pyD03-May-20241.2 KiB4225

monitor_unittest.pyD03-May-20241.7 KiB5329

output_generator.pyD03-May-20245.5 KiB164117

output_generator_unittest.pyD03-May-20244.1 KiB10076

prefix.htmlD03-May-20241.7 KiB7164

run_systrace.pyD03-May-20248.6 KiB223166

suffix.htmlD03-May-202416 32

systrace_runner.pyD03-May-20242.5 KiB7049

systrace_trace_viewer.htmlD03-May-20242 MiB9,3819,114

trace_result.pyD03-May-2024470 188

tracing_controller.pyD03-May-202410.6 KiB299227

update_systrace_trace_viewer.pyD03-May-20243.6 KiB11989

util.pyD03-May-20244.7 KiB153104

util_unittest.pyD03-May-20241 KiB3118

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