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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: trunk/src/tools/deep_memory_profiler/policy.linux.browser.json
===================================================================
--- trunk/src/tools/deep_memory_profiler/policy.linux.browser.json (revision 283734)
+++ trunk/src/tools/deep_memory_profiler/policy.linux.browser.json (working copy)
@@ -198,17 +198,17 @@
},
{
"name": "mmap-blink-css",
- "stacktrace": ".*blink::Element::createPseudo.*",
+ "stacktrace": ".*WebCore::Element::createPseudo.*",
"allocator": "mmap"
},
{
"name": "mmap-blink-document",
- "stacktrace": ".*blink::.*(DocumentType::Comment|Text|(HTML|SVG).*Element)::create.*",
+ "stacktrace": ".*WebCore::.*(DocumentType::Comment|Text|(HTML|SVG).*Element)::create.*",
"allocator": "mmap"
},
{
"name": "mmap-blink-layout",
- "stacktrace": ".*blink::Render.*",
+ "stacktrace": ".*WebCore::Render.*",
"allocator": "mmap"
},
{
@@ -314,12 +314,12 @@
},
{
"name": "tc-blink-css",
- "stacktrace": ".*(WTF::|blink::|WebKit::).*(CSS|Style|Sheet).*",
+ "stacktrace": ".*(WTF::|WebCore::|WebKit::).*(CSS|Style|Sheet).*",
"allocator": "malloc"
},
{
"name": "tc-webkit-catch-all",
- "stacktrace": ".*(WTF::|blink::|WebKit::).*",
+ "stacktrace": ".*(WTF::|WebCore::|WebKit::).*",
"allocator": "malloc"
},
{
« 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