Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(184)

Unified Diff: tools/deep_memory_profiler/visualizer/testdata/sample.json

Issue 23781012: Upload file to app engine and generate public url for dmprof visualizer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix review problems Created 7 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/deep_memory_profiler/visualizer/testdata/error_sample.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/deep_memory_profiler/visualizer/testdata/sample.json
diff --git a/tools/deep_memory_profiler/visualizer/testdata/sample.json b/tools/deep_memory_profiler/visualizer/testdata/sample.json
new file mode 100644
index 0000000000000000000000000000000000000000..e78487e05fa8581c86438c938bc783cde5f70b74
--- /dev/null
+++ b/tools/deep_memory_profiler/visualizer/testdata/sample.json
@@ -0,0 +1,55 @@
+{
+ "default_template": "l2",
+ "roots": [
+ [
+ "vm",
+ "map"
+ ],
+ [
+ "vm",
+ "sharing"
+ ]
+ ],
+ "run_id": "jxu-linux-20191-1376364201",
+ "templates": {
+ "details": [
+ "vm",
+ "map",
+ {
+ "mmap-tcmalloc": [
+ "malloc",
+ "component",
+ {
+ "skia": [
+ "malloc",
+ "skia-details",
+ {}
+ ],
+ "webkit": [
+ "malloc",
+ "webkit-details",
+ {}
+ ]
+ }
+ ],
+ "mmap-v8-heap": [
+ "javascript",
+ "type",
+ {}
+ ]
+ }
+ ],
+ "l2": [
+ "vm",
+ "map",
+ {
+ "mmap-tcmalloc": [
+ "malloc",
+ "component",
+ {}
+ ]
+ }
+ ]
+ },
+ "version": 1
+}
« no previous file with comments | « tools/deep_memory_profiler/visualizer/testdata/error_sample.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698