/external/skia/bin/ |
compare | 52 def humanize(ns): function 65 print '%*s\t%6s(%6s) -> %6s(%6s)\t%s' % (maxlen, key, humanize(am), humanize(asem), 66 humanize(bm), humanize(bsem), str_ratio) 68 print '%*s\t%6s -> %6s\t%s' % (maxlen, key, humanize(am), humanize(bm), str_ratio)
|
/external/skqp/bin/ |
compare | 52 def humanize(ns): function 65 print '%*s\t%6s(%6s) -> %6s(%6s)\t%s' % (maxlen, key, humanize(am), humanize(asem), 66 humanize(bm), humanize(bsem), str_ratio) 68 print '%*s\t%6s -> %6s\t%s' % (maxlen, key, humanize(am), humanize(bm), str_ratio)
|
/external/linux-kselftest/tools/testing/selftests/drivers/net/mlxsw/ |
qos_mc_aware.sh | 204 humanize() function 238 echo "$what $(humanize $ir) < $(humanize $min_ingress)" > /dev/stderr 327 echo "UC-only throughput $(humanize $ucth1)" 328 echo "UC+MC throughput $(humanize $ucth2)" 333 echo " ingress UC throughput $(humanize ${uc_rate[0]})" 334 echo " egress UC throughput $(humanize ${uc_rate[1]})" 336 echo " ingress UC throughput $(humanize ${uc_rate_2[0]})" 337 echo " egress UC throughput $(humanize ${uc_rate_2[1]})" 338 echo " ingress MC throughput $(humanize $mc_ir) [all...] |
/external/skia/bench/ |
nanobench.cpp | 142 static SkString humanize(double ms) { function 146 #define HUMANIZE(ms) humanize(ms).c_str() 332 bench->getUniqueName(), HUMANIZE(bench_plus_overhead), HUMANIZE(overhead)); [all...] |
/external/skqp/bench/ |
nanobench.cpp | 142 static SkString humanize(double ms) { function 146 #define HUMANIZE(ms) humanize(ms).c_str() 332 bench->getUniqueName(), HUMANIZE(bench_plus_overhead), HUMANIZE(overhead)); [all...] |
/external/caliper/lib/ |
jersey-core-1.11.jar | |
/external/conscrypt/benchmark-android/ |
vogar.jar | |