- add sources.
[platform/framework/web/crosswalk.git] / src / tools / deep_memory_profiler / visualizer / testdata / sample.json
1 {
2     "default_template": "l2",
3     "roots": [
4         [
5             "vm",
6             "map"
7         ],
8         [
9             "vm",
10             "sharing"
11         ]
12     ],
13     "run_id": "jxu-linux-20191-1376364201",
14     "templates": {
15         "details": [
16             "vm",
17             "map",
18             {
19                 "mmap-tcmalloc": [
20                     "malloc",
21                     "component",
22                     {
23                         "skia": [
24                             "malloc",
25                             "skia-details",
26                             {}
27                         ],
28                         "webkit": [
29                             "malloc",
30                             "webkit-details",
31                             {}
32                         ]
33                     }
34                 ],
35                 "mmap-v8-heap": [
36                     "javascript",
37                     "type",
38                     {}
39                 ]
40             }
41         ],
42         "l2": [
43             "vm",
44             "map",
45             {
46                 "mmap-tcmalloc": [
47                     "malloc",
48                     "component",
49                     {}
50                 ]
51             }
52         ]
53     },
54     "version": 1
55 }