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

Side by Side 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, 2 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 unified diff | Download patch
OLDNEW
(Empty)
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",
Dai Mikurube (NOT FULLTIME) 2013/09/24 09:15:15 Wow, it doesn't have any snapshot. And, any differ
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 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698