Lines Matching refs:bits
65 def RunBenchmarkAndReportResult(self, bits): argument
83 result = self.RunBenchmark(bits, thread)
96 "hwbinder_throughput_iterations_per_second_%sbits" % bits,
102 "hwbinder_throughput_time_average_ns_%sbits" % bits,
107 "hwbinder_throughput_time_best_ns_%sbits" % bits,
111 "hwbinder_throughput_time_worst_ns_%sbits" % bits,
117 "hwbinder_throughput_time_50percentile_ns_%sbits" % bits,
122 "hwbinder_throughput_time_90percentile_ns_%sbits" % bits,
127 "hwbinder_throughput_time_95percentile_ns_%sbits" % bits,
132 "hwbinder_throughput_time_99percentile_ns_%sbits" % bits,
137 def RunBenchmark(self, bits, threads): argument
152 self.hidl_hal_mode, bits)
153 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"),…
170 "testRunBenchmark%sBit(%s thread) failed." % (bits, threads))