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

Unified Diff: tools/deep_memory_profiler/policy.android.browser.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
« no previous file with comments | « no previous file | tools/deep_memory_profiler/policy.android.renderer.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/deep_memory_profiler/policy.android.browser.json
diff --git a/tools/deep_memory_profiler/policy.android.browser.json b/tools/deep_memory_profiler/policy.android.browser.json
index f5fe68ec7c18d5a7c2e179d4f3bc785d03cf1dc4..776ec068e4e174704ec6fb8a5edbef3b890e633b 100644
--- a/tools/deep_memory_profiler/policy.android.browser.json
+++ b/tools/deep_memory_profiler/policy.android.browser.json
@@ -41,7 +41,7 @@
"tc-stl-rbtree",
"tc-stl-vector",
"tc-stl-hashtable",
- "tc-stl-node",
+ "tc-stl-other",
"tc-catch-all",
"tc-unused",
"UNTIL_HERE_FOR_TOTAL",
@@ -271,8 +271,8 @@
"allocator": "malloc"
},
{
- "name": "tc-stl-node",
- "stacktrace": ".*std::priv::_Impl_vector::.*",
+ "name": "tc-stl-other",
+ "stacktrace": ".*std::__stl_new.*",
"allocator": "malloc"
},
{
« no previous file with comments | « no previous file | tools/deep_memory_profiler/policy.android.renderer.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698