• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "clusters": {
3        "big": [
4            2,
5            3
6        ],
7        "little": [
8            0,
9            1
10        ]
11    },
12    "cpus_count": 4,
13    "freqs": {
14        "big": [
15            507000,
16            702000,
17            1001000,
18            1209000,
19            1404000,
20            1612000,
21            1807000
22        ],
23        "little": [
24            507000,
25            702000,
26            1001000,
27            1105000,
28            1183000,
29            1404000
30        ]
31    },
32    "nrg_model": {
33        "big": {
34            "cluster": {
35                "nrg_max": 252
36            },
37            "cpu": {
38                "cap_max": 1024,
39                "nrg_max": 1098
40            }
41        },
42        "little": {
43            "cluster": {
44                "nrg_max": 220
45            },
46            "cpu": {
47                "cap_max": 591,
48                "nrg_max": 217
49            }
50        }
51    },
52    "topology": [
53        [
54            0,
55            1
56        ],
57        [
58            2,
59            3
60        ]
61    ]
62}