| OLD | NEW |
| 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 Loading... |
| 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 } |
| OLD | NEW |