- add sources.
[platform/framework/web/crosswalk.git] / src / tools / deep_memory_profiler / sorters / malloc.renderer-module.json
1 {
2   "type": "sorter",
3   "version": 1,
4   "world": "malloc",
5   "name": "renderer-module",
6   "order": {},
7   "rules": [
8     {
9       "name": "V8",
10       "backtrace_function": ".*v8::.*"
11     },
12     {
13       "name": "Skia",
14       "backtrace_function": ".* Sk[A-Z][A-Za-z0-9_]+::.*"
15     },
16     {
17       "name": "WebCore",
18       "subs": [
19         [ "malloc", "WebCore" ]
20       ],
21       "backtrace_function": ".*WebCore::.*"
22     },
23     {
24       "name": "Blink-others",
25       "backtrace_function": ".*(WTF::|WebKit::).*"
26     },
27     {
28       "name": "others",
29       "backtrace_function": ".*"
30     }
31   ]
32 }