systrace: add the systrace tool
This change adds the systrace.py script and all the web resources it
references (and a few extras). This is a temporary location for these
until a proper home can be found for them (see the README file).
Change-Id: Idb2c0b124eed80a483a8f2dfd19fc84e253d8517
diff --git a/README b/README
new file mode 100644
index 0000000..e1e3c56
--- /dev/null
+++ b/README
@@ -0,0 +1,11 @@
+The systrace.py tool and the Javascript / HTML that goes along with it are
+being checked in under the vendor/google repository for now. This is because
+the trace HTML files generated by systrace.py contain references to files that
+can only be accessed on the corp network. Ultimately these files will be
+served publicly at which point this tool should move to the development
+repository. However, to enable use of the tool sooner I'm putting it here for
+now.
+
+Also, the things in the www subdirectory were forked from the Chrome tracing
+tool. This may end up getting merged upstream into either the Chromium code
+base or else a separate shared project.