Session JSON
Example session JSON output from GBA
{
"app_name": "com.playrix.homescapes",
"app_version": "3.2.3",
"batt_consumption": {
"avg_mA": 1753.2,
"avg_mW": 7677.8,
"mAh": 211.4,
"mWh": 925.6
},
"data": [
...
{
"mem": {
"app_total_avg": 340,
"app_other_avg": 195,
"samples": [
{
"app_total_usage": 340,
"real_ts": 2087,
"app_other_usage": 195
}
]
},
"fps": {
"fps_avg": 54,
"samples": [
{
"fps": 54,
"real_ts": 2685
}
]
},
"cpu": {
"app_avg": 2.6744928,
"total_avg": 17.323034,
"samples": [
{
"cores": [
{
"core": 0,
"freq": 2.208
},
{
"core": 1,
"freq": 2.208
},
...
],
"total_usage": 21.911787,
"real_ts": 2094,
"threads": [
{
"usage": 100,
"name": "[7600] Main"
},
...
],
"app_usage": 1.9664423
},
{
"total_usage": 12.734282,
"real_ts": 2395,
"app_usage": 3.3825436
}
]
},
"power": {
"mw_avg": 8554,
"voltage_avg": 4.38,
"current_avg": 1953,
"samples": [
{
"current": 1953,
"real_ts": 2101,
"mw": 8554,
"voltage": 4.38
},
...
]
},
"net": {
"wifi_down_speed_avg": 1066,
"app_up_total": 0,
"mob_up_speed_avg": 0,
"wifi_up_speed_avg": 1066,
"app_down_total": 0,
"mob_down_speed_avg": 0
},
"ts": 2000
}
...
],
"device_name": "HTC U11 life",
"device_udid": "HT83G1C00069",
"duration_sec": 434,
"session_path": "/root/GameBench/data/com.playrix.homescapes/20191211_111120_140/",
"start_time": 1576062680506,
"summary": {
"avg_cpu": 4.2,
"avg_fps": 54,
"avg_mem": 373,
"max_mem": 454,
"total_received_net": 20045,
"total_sent_net": 21781
}
}