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

Side by Side Diff: tools/deep_memory_profiler/visualizer/testdata/error_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 "roots": [
3 [
4 "vm",
5 "map"
6 ],
7 [
8 "vm",
9 "sharing"
10 ]
11 ],
12 "run_id": "jxu-linux-20191-1376364201",
13 "templates": {
14 "details": [
15 "vm",
16 "map",
17 {
18 "mmap-tcmalloc": [
19 "malloc",
20 "component",
21 {
22 "skia": [
23 "malloc",
24 "skia-details",
25 {}
26 ],
27 "webkit": [
28 "malloc",
29 "webkit-details",
30 {}
31 ]
32 }
33 ],
34 "mmap-v8-heap": [
35 "javascript",
36 "type",
37 {}
38 ]
39 }
40 ],
41 "l2": [
42 "vm",
43 "map",
44 {
45 "mmap-tcmalloc": [
46 "malloc",
47 "component",
48 {}
49 ]
50 }
51 ]
52 },
53 "version": 1
54 }
OLDNEW
« no previous file with comments | « tools/deep_memory_profiler/visualizer/static/profiler.js ('k') | tools/deep_memory_profiler/visualizer/testdata/sample.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698