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