Home | History | Annotate | only in /external/chromium-trace
Up to higher level directory
NameDateSize
.gitignore08-Oct-201551
agents/08-Oct-2015
AUTHORS08-Oct-2015292
LICENSE08-Oct-20151.5K
MODULE_LICENSE_BSD_LIKE_AND_APACHE_208-Oct-20150
NOTICE08-Oct-201511.5K
prefix.html08-Oct-20151.7K
README08-Oct-20151K
run_unittest.py08-Oct-20155K
suffix.html08-Oct-201516
systrace-legacy.py08-Oct-20158.1K
systrace.py08-Oct-20157.1K
systrace_agent.py08-Oct-20151.6K
systrace_trace_viewer.html08-Oct-20151.1M
test_data/08-Oct-2015
trace-viewer/08-Oct-2015
update.py08-Oct-20152.1K
UPSTREAM_REVISION08-Oct-201541
util.py08-Oct-20153.5K

README

      1 The trace-viewer directory contains code from:
      2 
      3     http://trace-viewer.googlecode.com/svn/trunk/
      4 
      5 The file UPSTREAM_REVISION contains the upstream revision number that was last
      6 pulled.  Changes should be made upstream and then pulled into the trace-viewer
      7 directory.
      8 
      9 The update.py script should be used to pull the latest upstream code, update
     10 the UPSTREAM_REVISION file, and package the CSS and Javascript files into
     11 style.css and script.js, respectively.  These generated files are being checked
     12 into the git repository, and they get embedded in each trace HTML file that
     13 systrace.py generates.
     14 
     15 To make development of trace-viewer code in the context of systrace easier,
     16 systrace supports arguments to generate HTML files that link to files in a
     17 trace-viewer development directory rather than embedding the JS and CSS in the
     18 HTML.  Do take advantage of this, you should check out the trace-viewer code in
     19 a new directory (e.g. trace-viewer-dev) and use systrace as follows:
     20 
     21     $ ./systrace.py --link-assets --asset-dir trace-viewer-dev
     22 
     23