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

Unified Diff: tools/deep_memory_profiler/policy.android.webview.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 | « tools/deep_memory_profiler/policy.android.renderer.json ('k') | tools/deep_memory_profiler/policy.l2.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.webview.json
diff --git a/tools/deep_memory_profiler/policy.android.webview.json b/tools/deep_memory_profiler/policy.android.webview.json
index e44a791c5a0fc94cccb8f4ac6c1ba74a1f7857bc..1e6e42cb59565b87abf8d20a7ff062db61b7ba12 100644
--- a/tools/deep_memory_profiler/policy.android.webview.json
+++ b/tools/deep_memory_profiler/policy.android.webview.json
@@ -44,7 +44,7 @@
"tc-stl-rbtree",
"tc-stl-vector",
"tc-stl-hashtable",
- "tc-stl-node",
+ "tc-stl-other",
"tc-webcore-fontcache",
"tc-skia",
"tc-renderstyle",
@@ -70,11 +70,6 @@
"tc-webkit-from-v8-catch-all",
"tc-webkit-catch-all",
"tc-v8-catch-all",
- "tc-toplevel-string",
- "tc-std-treemap",
- "tc-std-hashmap",
- "tc-std-vector",
- "tc-std-other",
"tc-catch-all",
"tc-unused",
"UNTIL_HERE_FOR_TOTAL",
@@ -314,8 +309,8 @@
"allocator": "malloc"
},
{
- "name": "tc-stl-node",
- "stacktrace": ".*std::priv::_Impl_vector::.*",
+ "name": "tc-stl-other",
+ "stacktrace": ".*std::__stl_new.*",
"allocator": "malloc"
},
{
@@ -549,31 +544,6 @@
"allocator": "malloc"
},
{
- "name": "tc-toplevel-string",
- "stacktrace": "std::basic_string::_Rep::_S_create",
- "allocator": "malloc"
- },
- {
- "name": "tc-std-treemap",
- "stacktrace": ".*::allocate std::(_Rb_tree|__1::__tree).*",
- "allocator": "malloc"
- },
- {
- "name": "tc-std-hashmap",
- "stacktrace": ".*(std::vector::reserve __gnu_cxx::hashtable|::allocate std::_Hashtable|::allocate std::__1::__hash_table).*",
- "allocator": "malloc"
- },
- {
- "name": "tc-std-vector",
- "stacktrace": ".*std::(_Vector_base::_M_allocate|__1::vector::allocate).*",
- "allocator": "malloc"
- },
- {
- "name": "tc-std-other",
- "stacktrace": ".*(__gnu_cxx::new_allocator::allocate|std::__1::allocator::allocate).*",
- "allocator": "malloc"
- },
- {
"name": "tc-catch-all",
"stacktrace": ".*",
"allocator": "malloc"
« no previous file with comments | « tools/deep_memory_profiler/policy.android.renderer.json ('k') | tools/deep_memory_profiler/policy.l2.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698