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

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

Issue 398933003: Catch up to the namespace rename from WebCore to blink in dmprof. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add sorters 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 | Annotate | Revision Log
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 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
133 }, 133 },
134 { 134 {
135 "name": "tc-Skia", 135 "name": "tc-Skia",
136 "stacktrace": ".*", 136 "stacktrace": ".*",
137 "typeinfo": "(skia::|SkGlyph).*", 137 "typeinfo": "(skia::|SkGlyph).*",
138 "allocator": "malloc" 138 "allocator": "malloc"
139 }, 139 },
140 { 140 {
141 "name": "tc-WebCore-Style", 141 "name": "tc-WebCore-Style",
142 "stacktrace": ".*", 142 "stacktrace": ".*",
143 "typeinfo": "WebCore::Style.*", 143 "typeinfo": "(WebCore|blink)::Style.*",
144 "allocator": "malloc" 144 "allocator": "malloc"
145 }, 145 },
146 { 146 {
147 "name": "tc-no-typeinfo-other", 147 "name": "tc-no-typeinfo-other",
148 "stacktrace": ".*", 148 "stacktrace": ".*",
149 "typeinfo": "no typeinfo", 149 "typeinfo": "no typeinfo",
150 "allocator": "malloc" 150 "allocator": "malloc"
151 }, 151 },
152 { 152 {
153 "name": "tc-other", 153 "name": "tc-other",
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
196 "allocator": "optional" 196 "allocator": "optional"
197 }, 197 },
198 { 198 {
199 "name": "other", 199 "name": "other",
200 "stacktrace": "optional", 200 "stacktrace": "optional",
201 "allocator": "optional" 201 "allocator": "optional"
202 } 202 }
203 ], 203 ],
204 "version": "POLICY_DEEP_4" 204 "version": "POLICY_DEEP_4"
205 } 205 }
OLDNEW
« no previous file with comments | « tools/deep_memory_profiler/policy.linux.browser.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