Index: tools/deep_memory_profiler/visualizer/app.sh |
diff --git a/tools/deep_memory_profiler/visualizer/app.sh b/tools/deep_memory_profiler/visualizer/app.sh |
new file mode 100755 |
index 0000000000000000000000000000000000000000..8094742814e050102e4f3be581692fc58075dfae |
--- /dev/null |
+++ b/tools/deep_memory_profiler/visualizer/app.sh |
@@ -0,0 +1,12 @@ |
+#!/bin/bash |
+# Copyright 2013 The Chromium Authors. All rights reserved. |
+# Use of this source code is governed by a BSD-style license that can be |
+# found in the LICENSE file. |
+ |
+# This shell would copy flot library from chromium/src/third_parth and upload |
+# the project dmprof-visualizer.googleplex.com. |
+mkdir static/third_party/flot |
+cp ../../../third_party/flot/jquery.min.js static/third_party/flot |
+cp ../../../third_party/flot/jquery.flot.min.js static/third_party/flot |
+cp ../../../third_party/flot/jquery.flot.stack.min.js static/third_party/flot |
+/google/data/ro/projects/apphosting/tools/appcfg_over_stubby.par update . |
sullivan
2013/09/09 14:03:19
appcfg_over_stubby is a Google-only tool; this pat
junjianx
2013/09/10 07:39:28
We plan to test this project only for internal eng
|