Lines Matching full:bits
66 def RunBenchmarkAndReportResult(self, bits):
70 bits: integer (32 or 64), the number of bits in a word chosen
84 result = self.RunBenchmark(bits, thread)
97 "hwbinder_throughput_iterations_per_second_%sbits" % bits,
103 "hwbinder_throughput_time_average_ns_%sbits" % bits,
108 "hwbinder_throughput_time_best_ns_%sbits" % bits,
112 "hwbinder_throughput_time_worst_ns_%sbits" % bits,
118 "hwbinder_throughput_time_50percentile_ns_%sbits" % bits,
123 "hwbinder_throughput_time_90percentile_ns_%sbits" % bits,
128 "hwbinder_throughput_time_95percentile_ns_%sbits" % bits,
133 "hwbinder_throughput_time_99percentile_ns_%sbits" % bits,
138 def RunBenchmark(self, bits, threads):
142 bits: integer (32 or 64), the number of bits in a word chosen
153 self.hidl_hal_mode, bits)
154 binary = "/data/local/tmp/%s/hwbinderThroughputTest%s" % (bits, bits)
160 "$LD_LIBRARY_PATH %s -m %s -w %s" % (bits, bits, bits, binary, self.hidl_hal_mode.encode("utf-8"), threads)])
170 "testRunBenchmark%sBit(%s thread) failed." % (bits, threads))