Chromium Code Reviews| OLD | NEW |
|---|---|
| (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 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
| |
| 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 } | |
| OLD | NEW |