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

Side by Side Diff: trunk/src/tools/deep_memory_profiler/policy.linux.browser.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 180 matching lines...) Expand 10 before | Expand all | Expand 10 after
191 "stacktrace": ".*gpu::gles2::BufferTracker::CreateBuffer.*", 191 "stacktrace": ".*gpu::gles2::BufferTracker::CreateBuffer.*",
192 "allocator": "mmap" 192 "allocator": "mmap"
193 }, 193 },
194 { 194 {
195 "name": "mmap-skia-font", 195 "name": "mmap-skia-font",
196 "stacktrace": ".*SkTypeface::openStream.*", 196 "stacktrace": ".*SkTypeface::openStream.*",
197 "allocator": "mmap" 197 "allocator": "mmap"
198 }, 198 },
199 { 199 {
200 "name": "mmap-blink-css", 200 "name": "mmap-blink-css",
201 "stacktrace": ".*blink::Element::createPseudo.*", 201 "stacktrace": ".*WebCore::Element::createPseudo.*",
202 "allocator": "mmap" 202 "allocator": "mmap"
203 }, 203 },
204 { 204 {
205 "name": "mmap-blink-document", 205 "name": "mmap-blink-document",
206 "stacktrace": ".*blink::.*(DocumentType::Comment|Text|(HTML|SVG).*Element) ::create.*", 206 "stacktrace": ".*WebCore::.*(DocumentType::Comment|Text|(HTML|SVG).*Elemen t)::create.*",
207 "allocator": "mmap" 207 "allocator": "mmap"
208 }, 208 },
209 { 209 {
210 "name": "mmap-blink-layout", 210 "name": "mmap-blink-layout",
211 "stacktrace": ".*blink::Render.*", 211 "stacktrace": ".*WebCore::Render.*",
212 "allocator": "mmap" 212 "allocator": "mmap"
213 }, 213 },
214 { 214 {
215 "name": "mmap-catch-all", 215 "name": "mmap-catch-all",
216 "stacktrace": ".*", 216 "stacktrace": ".*",
217 "allocator": "mmap" 217 "allocator": "mmap"
218 }, 218 },
219 { 219 {
220 "name": "tc-histogram", 220 "name": "tc-histogram",
221 "stacktrace": ".*([hH]istogram|UseCount).*", 221 "stacktrace": ".*([hH]istogram|UseCount).*",
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
307 "stacktrace": ".*extensions::.*", 307 "stacktrace": ".*extensions::.*",
308 "allocator": "malloc" 308 "allocator": "malloc"
309 }, 309 },
310 { 310 {
311 "name": "tc-bookmark-codec", 311 "name": "tc-bookmark-codec",
312 "stacktrace": ".*BookmarkCodec::.*", 312 "stacktrace": ".*BookmarkCodec::.*",
313 "allocator": "malloc" 313 "allocator": "malloc"
314 }, 314 },
315 { 315 {
316 "name": "tc-blink-css", 316 "name": "tc-blink-css",
317 "stacktrace": ".*(WTF::|blink::|WebKit::).*(CSS|Style|Sheet).*", 317 "stacktrace": ".*(WTF::|WebCore::|WebKit::).*(CSS|Style|Sheet).*",
318 "allocator": "malloc" 318 "allocator": "malloc"
319 }, 319 },
320 { 320 {
321 "name": "tc-webkit-catch-all", 321 "name": "tc-webkit-catch-all",
322 "stacktrace": ".*(WTF::|blink::|WebKit::).*", 322 "stacktrace": ".*(WTF::|WebCore::|WebKit::).*",
323 "allocator": "malloc" 323 "allocator": "malloc"
324 }, 324 },
325 { 325 {
326 "name": "tc-v8-catch-all", 326 "name": "tc-v8-catch-all",
327 "stacktrace": ".*v8::.*", 327 "stacktrace": ".*v8::.*",
328 "allocator": "malloc" 328 "allocator": "malloc"
329 }, 329 },
330 { 330 {
331 "name": "tc-toplevel-string", 331 "name": "tc-toplevel-string",
332 "stacktrace": "std::basic_string::_Rep::_S_create", 332 "stacktrace": "std::basic_string::_Rep::_S_create",
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
408 "allocator": "optional" 408 "allocator": "optional"
409 }, 409 },
410 { 410 {
411 "name": "other", 411 "name": "other",
412 "stacktrace": "optional", 412 "stacktrace": "optional",
413 "allocator": "optional" 413 "allocator": "optional"
414 } 414 }
415 ], 415 ],
416 "version": "POLICY_DEEP_3" 416 "version": "POLICY_DEEP_3"
417 } 417 }
OLDNEW
« no previous file with comments | « trunk/src/tools/deep_memory_profiler/policy.l2.json ('k') | trunk/src/tools/deep_memory_profiler/policy.t0.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698