summaryrefslogtreecommitdiffstats
path: root/tools/deep_memory_profiler/sorter.vm-sharing.json
blob: 4cb52a61f30d98d67bd6224917fd35070d5a92d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
  "type": "sorter",
  "version": 1,
  "world": "vm",
  "name": "sharing",
  "root": true,
  "order": {},
  "rules": [
    {
      "name": "others",
      "sharedwith": ["others"]
    },
    {
      "name": "chrome",
      "sharedwith": ["group"]
    },
    {
      "name": "private",
      "sharedwith": ["private"]
    },
    {
      "name": "any"
    }
  ]
}