Lines Matching refs:bits
63 def RunBenchmarkAndReportResult(self, bits): argument
81 result = self.RunBenchmark(bits, thread)
94 "binder_throughput_iterations_per_second_%sbits" % bits,
100 "binder_throughput_time_average_ns_%sbits" % bits,
105 "binder_throughput_time_best_ns_%sbits" % bits,
109 "binder_throughput_time_worst_ns_%sbits" % bits,
115 "binder_throughput_time_50percentile_ns_%sbits" % bits,
120 "binder_throughput_time_90percentile_ns_%sbits" % bits,
125 "binder_throughput_time_95percentile_ns_%sbits" % bits,
130 "binder_throughput_time_99percentile_ns_%sbits" % bits,
135 def RunBenchmark(self, bits, threads): argument
149 logging.info("Start to run the benchmark (%s bit mode)", bits)
150 binary = "/data/local/tmp/%s/binderThroughputTest%s" % (bits, bits)
156 "$LD_LIBRARY_PATH %s -w %s" % (bits, bits, binary, threads)])
166 "testRunBenchmark%sBit(%s thread) failed." % (bits, threads))