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

Unified Diff: tools/deep_memory_profiler/policy.linux.browser.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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/deep_memory_profiler/policy.l2.json ('k') | tools/deep_memory_profiler/policy.t0.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/deep_memory_profiler/policy.linux.browser.json
diff --git a/tools/deep_memory_profiler/policy.linux.browser.json b/tools/deep_memory_profiler/policy.linux.browser.json
index b444f8c9d734fb6a5acfa278b419fd3fa3b980cd..80a97c53e89a790cc24e05426993f028f47247fe 100644
--- a/tools/deep_memory_profiler/policy.linux.browser.json
+++ b/tools/deep_memory_profiler/policy.linux.browser.json
@@ -198,17 +198,17 @@
},
{
"name": "mmap-blink-css",
- "stacktrace": ".*WebCore::Element::createPseudo.*",
+ "stacktrace": ".*(WebCore|blink)::Element::createPseudo.*",
"allocator": "mmap"
},
{
"name": "mmap-blink-document",
- "stacktrace": ".*WebCore::.*(DocumentType::Comment|Text|(HTML|SVG).*Element)::create.*",
+ "stacktrace": ".*(WebCore|blink)::.*(DocumentType::Comment|Text|(HTML|SVG).*Element)::create.*",
"allocator": "mmap"
},
{
"name": "mmap-blink-layout",
- "stacktrace": ".*WebCore::Render.*",
+ "stacktrace": ".*(WebCore|blink)::Render.*",
"allocator": "mmap"
},
{
@@ -314,12 +314,12 @@
},
{
"name": "tc-blink-css",
- "stacktrace": ".*(WTF::|WebCore::|WebKit::).*(CSS|Style|Sheet).*",
+ "stacktrace": ".*(WTF::|WebCore::|blink::|WebKit::).*(CSS|Style|Sheet).*",
"allocator": "malloc"
},
{
"name": "tc-webkit-catch-all",
- "stacktrace": ".*(WTF::|WebCore::|WebKit::).*",
+ "stacktrace": ".*(WTF::|WebCore::|blink::|WebKit::).*",
"allocator": "malloc"
},
{
« no previous file with comments | « tools/deep_memory_profiler/policy.l2.json ('k') | tools/deep_memory_profiler/policy.t0.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698