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", |
Dai Mikurube (NOT FULLTIME)
2013/09/24 10:13:09
How about my comment on this file previously?
junjianx
2013/09/24 10:25:20
Sorry for neglecting last comment.
error_sample.js
|
+ "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 |
+} |