• Home
  • History
  • Annotate
  • only in /external/chromium-trace/catapult/systrace/systrace/
NameDateSize

..29-Aug-20174 KiB

__init__.py29-Aug-20171.1 KiB

AUTHORS29-Aug-2017292

decorators.py29-Aug-20171.2 KiB

LICENSE29-Aug-20171.5 KiB

monitor_unittest.py29-Aug-20171.7 KiB

output_generator.py29-Aug-20175.5 KiB

output_generator_unittest.py29-Aug-20174.1 KiB

prefix.html29-Aug-20171.7 KiB

README.md29-Aug-2017715

run_systrace.py29-Aug-20176.6 KiB

suffix.html29-Aug-201716

systrace_runner.py29-Aug-20172.5 KiB

systrace_trace_viewer.html29-Aug-20172.2 MiB

test_data/29-Aug-20174 KiB

trace_result.py29-Aug-2017470

tracing_agents/29-Aug-20174 KiB

tracing_controller.py29-Aug-201710.5 KiB

update_systrace_trace_viewer.py29-Aug-20173.6 KiB

util.py29-Aug-20177.5 KiB

util_unittest.py29-Aug-20171 KiB

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