add xp results
This commit is contained in:
parent
d3a5b29eaf
commit
550f886977
2 changed files with 41 additions and 0 deletions
|
@ -119,3 +119,6 @@ F34CE1E7A81F935A5BB2D0B2B3FE81E62C1C8B906C92253C9CA467DA9BB3C9D1,704095,706576,2
|
||||||
#let nb_google = bytecode_hashes.filter((e) => "google" in e.at(2)).map((e) => e.at(0)).sum()
|
#let nb_google = bytecode_hashes.filter((e) => "google" in e.at(2)).map((e) => e.at(0)).sum()
|
||||||
#let nb_facebook = bytecode_hashes.filter((e) => "facebook" in e.at(2)).map((e) => e.at(0)).sum()
|
#let nb_facebook = bytecode_hashes.filter((e) => "facebook" in e.at(2)).map((e) => e.at(0)).sum()
|
||||||
#let nb_appsflyer = bytecode_hashes.filter((e) => "appsflyer" in e.at(2)).map((e) => e.at(0)).sum()
|
#let nb_appsflyer = bytecode_hashes.filter((e) => "appsflyer" in e.at(2)).map((e) => e.at(0)).sum()
|
||||||
|
|
||||||
|
|
||||||
|
#let performance_results = json("./data/performance_results.json")
|
||||||
|
|
38
5_theseus/data/performance_results.json
Normal file
38
5_theseus/data/performance_results.json
Normal file
|
@ -0,0 +1,38 @@
|
||||||
|
{
|
||||||
|
"androscalpel": {
|
||||||
|
"read": {
|
||||||
|
"cumulative_time": 438.4299999999998,
|
||||||
|
"cumulative_mem": 58026844,
|
||||||
|
"nb_results": 100
|
||||||
|
},
|
||||||
|
"write": {
|
||||||
|
"cumulative_time": 2013.3000000000002,
|
||||||
|
"cumulative_mem": 117539104,
|
||||||
|
"nb_results": 99
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"soot": {
|
||||||
|
"read": {
|
||||||
|
"cumulative_time": 7395.499999999999,
|
||||||
|
"cumulative_mem": 233476236,
|
||||||
|
"nb_results": 100
|
||||||
|
},
|
||||||
|
"write": {
|
||||||
|
"cumulative_time": 14092.539999999999,
|
||||||
|
"cumulative_mem": 362160516,
|
||||||
|
"nb_results": 90
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"apktool": {
|
||||||
|
"read": {
|
||||||
|
"cumulative_time": 3308.8900000000012,
|
||||||
|
"cumulative_mem": 138020736,
|
||||||
|
"nb_results": 100
|
||||||
|
},
|
||||||
|
"write": {
|
||||||
|
"cumulative_time": 3994.8299999999995,
|
||||||
|
"cumulative_mem": 179002824,
|
||||||
|
"nb_results": 96
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue