Home | History | Annotate | Download | only in deep_memory_profiler
      1 {
      2   "type": "sorter",
      3   "version": 1,
      4   "world": "malloc",
      5   "name": "type",
      6   "order": {},
      7   "rules": [
      8     {
      9       "name": "tc-std-string",
     10       "typeinfo": "std::basic_string.*"
     11     },
     12     {
     13       "name": "tc-WTF-String",
     14       "typeinfo": "WTF::String.*"
     15     },
     16     {
     17       "name": "tc-no-typeinfo-StringImpl",
     18       "backtrace_function": ".*WTF::StringImpl::getData16SlowCase.*",
     19       "typeinfo": "no typeinfo"
     20     },
     21     {
     22       "name": "tc-Skia",
     23       "typeinfo": "(skia::|SkGlyph).*"
     24     },
     25     {
     26       "name": "tc-WebCore-Style",
     27       "typeinfo": "WebCore::Style.*"
     28     },
     29     {
     30       "name": "tc-no-typeinfo-other",
     31       "typeinfo": "no typeinfo"
     32     },
     33     {
     34       "name": "tc-other",
     35       "typeinfo": ".*"
     36     }
     37   ]
     38 }
     39