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

Unified Diff: tools/deep_memory_profiler/policy.l2.json

Issue 387313003: update deep-memory-profiler policy for stlport (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebased(WebCore|blink) 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: tools/deep_memory_profiler/policy.l2.json
diff --git a/tools/deep_memory_profiler/policy.l2.json b/tools/deep_memory_profiler/policy.l2.json
index 190f0e3f481a4906d251e93e68eb204d8b911d68..ce6f7117b9c11dad3e5f3e02b76f0fdd73692425 100644
--- a/tools/deep_memory_profiler/policy.l2.json
+++ b/tools/deep_memory_profiler/policy.l2.json
@@ -317,7 +317,7 @@
},
{
"name": "tc-webcore-resource",
- "stacktrace": ".*(WebCore|blink)::ResourceFetcher::requestResource .*",
+ "stacktrace": ".*(WebCore|blink)::ResourceFetcher::requestResource .*",
"allocator": "malloc"
},
{
@@ -442,7 +442,7 @@
},
{
"name": "tc-toplevel-string",
- "stacktrace": "std::basic_string::_Rep::_S_create",
+ "stacktrace": ".*::allocate std::basic_string::_Rep::_S_create.*",
"allocator": "malloc"
},
{
« no previous file with comments | « tools/deep_memory_profiler/policy.android.webview.json ('k') | tools/deep_memory_profiler/policy.linux.browser.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698