1{ 2 "clusters": { 3 "big": [ 4 1, 5 2 6 ], 7 "little": [ 8 0, 9 3, 10 4, 11 5 12 ] 13 }, 14 "cpus_count": 6, 15 "freqs": { 16 "big": [ 17 600000, 18 1000000, 19 1200000 20 ], 21 "little": [ 22 450000, 23 800000, 24 950000 25 ] 26 }, 27 "nrg_model": { 28 "big": { 29 "cluster": { 30 "nrg_max": 64 31 }, 32 "cpu": { 33 "cap_max": 1024, 34 "nrg_max": 616 35 } 36 }, 37 "little": { 38 "cluster": { 39 "nrg_max": 57 40 }, 41 "cpu": { 42 "cap_max": 447, 43 "nrg_max": 93 44 } 45 } 46 }, 47 "topology": [ 48 [ 49 0, 50 3, 51 4, 52 5 53 ], 54 [ 55 1, 56 2 57 ] 58 ] 59}