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

Side by Side Diff: tools/deep_memory_profiler/policy.sourcefile.json

Issue 352113002: Remove deprecated RenderArena object and fix stack source path. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 5 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
1 { 1 {
2 "components": [ 2 "components": [
3 "second", 3 "second",
4 "mmap-profiler", 4 "mmap-profiler",
5 "mmap-type-profiler", 5 "mmap-type-profiler",
6 "mmap-tcmalloc", 6 "mmap-tcmalloc",
7 "FROM_HERE_FOR_TOTAL", 7 "FROM_HERE_FOR_TOTAL",
8 "mustbezero", 8 "mustbezero",
9 "unhooked-absent", 9 "unhooked-absent",
10 "unhooked-anonymous", 10 "unhooked-anonymous",
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
116 "stacksourcefile": ".*\\.\\./\\.\\./v8/src/.*", 116 "stacksourcefile": ".*\\.\\./\\.\\./v8/src/.*",
117 "allocator": "malloc" 117 "allocator": "malloc"
118 }, 118 },
119 { 119 {
120 "name": "tc-skia", 120 "name": "tc-skia",
121 "stacksourcefile": ".*\\.\\./\\.\\./third_party/skia/src/.*", 121 "stacksourcefile": ".*\\.\\./\\.\\./third_party/skia/src/.*",
122 "allocator": "malloc" 122 "allocator": "malloc"
123 }, 123 },
124 { 124 {
125 "name": "tc-webcore", 125 "name": "tc-webcore",
126 "stacksourcefile": ".*\\.\\./\\.\\./third_party/WebKit/Source/WebCore/.*", 126 "stacksourcefile": ".*\\.\\./\\.\\./third_party/WebKit/Source/core/.*",
127 "allocator": "malloc" 127 "allocator": "malloc"
128 }, 128 },
129 { 129 {
130 "name": "tc-webkit", 130 "name": "tc-webkit",
131 "stacksourcefile": ".*\\.\\./\\.\\./third_party/WebKit/Source/.*", 131 "stacksourcefile": ".*\\.\\./\\.\\./third_party/WebKit/Source/.*",
132 "allocator": "malloc" 132 "allocator": "malloc"
133 }, 133 },
134 { 134 {
135 "name": "tc-catch-all", 135 "name": "tc-catch-all",
136 "stacksourcefile": ".*", 136 "stacksourcefile": ".*",
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
177 "allocator": "optional" 177 "allocator": "optional"
178 }, 178 },
179 { 179 {
180 "name": "other", 180 "name": "other",
181 "stacktrace": "optional", 181 "stacktrace": "optional",
182 "allocator": "optional" 182 "allocator": "optional"
183 } 183 }
184 ], 184 ],
185 "version": "POLICY_DEEP_3" 185 "version": "POLICY_DEEP_3"
186 } 186 }
OLDNEW
« no previous file with comments | « tools/deep_memory_profiler/policy.l2.json ('k') | tools/deep_memory_profiler/sorter.malloc-component.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698