Home | History | Annotate | only in /external/chromium-trace/catapult/systrace/systrace
Up to higher level directory
NameDateSize
__init__.py05-Oct-20171.1K
AUTHORS05-Oct-2017292
decorators.py05-Oct-20171.2K
LICENSE05-Oct-20171.5K
monitor_unittest.py05-Oct-20171.7K
output_generator.py05-Oct-20175.5K
output_generator_unittest.py05-Oct-20174.1K
prefix.html05-Oct-20171.7K
README.md05-Oct-2017715
run_systrace.py05-Oct-20176.6K
suffix.html05-Oct-201716
systrace_runner.py05-Oct-20172.5K
systrace_trace_viewer.html05-Oct-20172.2M
test_data/05-Oct-2017
trace_result.py05-Oct-2017470
tracing_agents/05-Oct-2017
tracing_controller.py05-Oct-201710.5K
update_systrace_trace_viewer.py05-Oct-20173.6K
util.py05-Oct-20177.5K
util_unittest.py05-Oct-20171K

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