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

Side by Side Diff: trunk/src/tools/deep_memory_profiler/policy.l1.json

Issue 402603002: Revert 283725 "deep_memory_profiler: Replace 'WebCore' with 'bli..." (Closed) Base URL: svn://svn.chromium.org/chrome/
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 | 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 123 matching lines...) Expand 10 before | Expand all | Expand 10 after
134 "stacktrace": ".*v8::.*", 134 "stacktrace": ".*v8::.*",
135 "allocator": "malloc" 135 "allocator": "malloc"
136 }, 136 },
137 { 137 {
138 "name": "tc-skia", 138 "name": "tc-skia",
139 "stacktrace": ".*Sk[A-Za-z_]+::.*", 139 "stacktrace": ".*Sk[A-Za-z_]+::.*",
140 "allocator": "malloc" 140 "allocator": "malloc"
141 }, 141 },
142 { 142 {
143 "name": "tc-webkit-catch-all", 143 "name": "tc-webkit-catch-all",
144 "stacktrace": ".*(WTF::|blink::|WebKit::).*", 144 "stacktrace": ".*(WTF::|WebCore::|WebKit::).*",
145 "allocator": "malloc" 145 "allocator": "malloc"
146 }, 146 },
147 { 147 {
148 "name": "tc-unknown-string", 148 "name": "tc-unknown-string",
149 "stacktrace": ".*std::basic_string::_Rep::_S_create.*", 149 "stacktrace": ".*std::basic_string::_Rep::_S_create.*",
150 "allocator": "malloc" 150 "allocator": "malloc"
151 }, 151 },
152 { 152 {
153 "name": "tc-catch-all", 153 "name": "tc-catch-all",
154 "stacktrace": ".*", 154 "stacktrace": ".*",
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
195 "allocator": "optional" 195 "allocator": "optional"
196 }, 196 },
197 { 197 {
198 "name": "other", 198 "name": "other",
199 "stacktrace": "optional", 199 "stacktrace": "optional",
200 "allocator": "optional" 200 "allocator": "optional"
201 } 201 }
202 ], 202 ],
203 "version": "POLICY_DEEP_3" 203 "version": "POLICY_DEEP_3"
204 } 204 }
OLDNEW
« no previous file with comments | « trunk/src/tools/deep_memory_profiler/policy.android.webview.json ('k') | trunk/src/tools/deep_memory_profiler/policy.l2.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698