Home | History | Annotate | only in /external/chromium-trace/catapult/systrace/systrace
Up to higher level directory
NameDateSize
__init__.py22-Oct-20201K
AUTHORS22-Oct-2020292
decorators.py22-Oct-20201.2K
LICENSE22-Oct-20201.5K
monitor_unittest.py22-Oct-20201.7K
output_generator.py22-Oct-20206.8K
output_generator_unittest.py22-Oct-20204.8K
prefix.html22-Oct-20201.7K
README.md22-Oct-2020715
run_systrace.py22-Oct-20207K
suffix.html22-Oct-202016
systrace_runner.py22-Oct-20202.6K
systrace_trace_viewer.html22-Oct-20202.4M
test_data/22-Oct-2020
trace_result.py22-Oct-2020470
tracing_agents/22-Oct-2020
tracing_controller.py22-Oct-202010.8K
update_systrace_trace_viewer.py22-Oct-20204.4K
util.py22-Oct-20206K

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 -->
      5 Systrace
      6 ========
      7 
      8 Systrace relies on
      9 [Trace-Viewer](https://github.com/catapult-project/catapult/blob/master/tracing/README.md)
     10 to visualize the traces. The development of Trace-Viewer and Systrace is
     11 decoupled by the systrace_trace_viewer.html file.
     12 * The update_systrace_trace_viewer.py script generates
     13 systrace_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
     16 update_systrace_trace_viewer.py exists.
     17