Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
S2-group
GitHub Repository: S2-group/android-runner
Path: blob/master/examples/plugintest/config.json
907 views
1
{
2
"type": "plugintest",
3
"devices": {
4
"nexus6p": {}
5
},
6
"profilers":{
7
"AndroidPlugin": {
8
"subject_aggregation": "none",
9
"experiment_aggregation" : "Scripts/aggregate_android_plugin.py",
10
"sample_interval": 200,
11
"data_points": ["cpu", "mem"]
12
}
13
}
14
}
15
16