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

Side by Side Diff: tools/deep_memory_profiler/sorter.malloc-component.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 unified diff | Download patch
« no previous file with comments | « tools/deep_memory_profiler/policy.linux.browser.json ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "type": "sorter", 2 "type": "sorter",
3 "version": 1, 3 "version": 1,
4 "world": "malloc", 4 "world": "malloc",
5 "name": "component", 5 "name": "component",
6 "order": { 6 "order": {
7 "preset1": [ 7 "preset1": [
8 "tc-webcore-fontcache", 8 "tc-webcore-fontcache",
9 "tc-skia", 9 "tc-skia",
10 "tc-renderstyle", 10 "tc-renderstyle",
(...skipping 209 matching lines...) Expand 10 before | Expand all | Expand 10 after
220 { 220 {
221 "name": "tc-webkit-catch-all", 221 "name": "tc-webkit-catch-all",
222 "backtrace_function": ".*(WTF::|WebCore::|blink::|WebKit::).*" 222 "backtrace_function": ".*(WTF::|WebCore::|blink::|WebKit::).*"
223 }, 223 },
224 { 224 {
225 "name": "tc-v8-catch-all", 225 "name": "tc-v8-catch-all",
226 "backtrace_function": ".*v8::.*" 226 "backtrace_function": ".*v8::.*"
227 }, 227 },
228 { 228 {
229 "name": "tc-toplevel-string", 229 "name": "tc-toplevel-string",
230 "backtrace_function": "std::basic_string::_Rep::_S_create" 230 "backtrace_function": ".*::allocate std::basic_string::_Rep::_S_create.*"
231 }, 231 },
232 { 232 {
233 "name": "tc-std-treemap", 233 "name": "tc-std-treemap",
234 "backtrace_function": ".*::allocate std::(_Rb_tree|__1::__tree).*" 234 "backtrace_function": ".*::allocate std::(_Rb_tree|__1::__tree).*"
235 }, 235 },
236 { 236 {
237 "name": "tc-std-hashmap", 237 "name": "tc-std-hashmap",
238 "backtrace_function": ".*(std::vector::reserve __gnu_cxx::hashtable|::allo cate std::_Hashtable|::allocate std::__1::__hash_table).*" 238 "backtrace_function": ".*(std::vector::reserve __gnu_cxx::hashtable|::allo cate std::_Hashtable|::allocate std::__1::__hash_table).*"
239 }, 239 },
240 { 240 {
241 "name": "tc-std-vector", 241 "name": "tc-std-vector",
242 "backtrace_function": ".*std::(_Vector_base::_M_allocate|__1::vector::allo cate).*" 242 "backtrace_function": ".*std::(_Vector_base::_M_allocate|__1::vector::allo cate).*"
243 }, 243 },
244 { 244 {
245 "name": "tc-std-other", 245 "name": "tc-std-other",
246 "backtrace_function": ".*(__gnu_cxx::new_allocator::allocate|std::__1::all ocator::allocate).*" 246 "backtrace_function": ".*(__gnu_cxx::new_allocator::allocate|std::__1::all ocator::allocate).*"
247 }, 247 },
248 { 248 {
249 "name": "tc-catch-all", 249 "name": "tc-catch-all",
250 "backtrace_function": ".*" 250 "backtrace_function": ".*"
251 } 251 }
252 ] 252 ]
253 } 253 }
OLDNEW
« no previous file with comments | « tools/deep_memory_profiler/policy.linux.browser.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698