HomeSort by relevance Sort by last modified time
    Searched refs:_TIME_PERCENTILE (Results 1 - 2 of 2) sorted by null

  /test/vts-testcase/performance/binder_throughput_test/
BinderThroughputBenchmark.py 35 _TIME_PERCENTILE = "time_percentile"
192 summary[_TIME_PERCENTILE] = {}
193 summary[_TIME_PERCENTILE][50] = int(float(percentiles_string[1])
195 summary[_TIME_PERCENTILE][90] = int(float(percentiles_string[3])
197 summary[_TIME_PERCENTILE][95] = int(float(percentiles_string[5])
199 summary[_TIME_PERCENTILE][99] = int(float(percentiles_string[7])
  /test/vts-testcase/performance/hwbinder_throughput_test/
HwBinderThroughputBenchmark.py 35 _TIME_PERCENTILE = "time_percentile"
196 summary[_TIME_PERCENTILE] = {}
197 summary[_TIME_PERCENTILE][50] = int(float(percentiles_string[1])
199 summary[_TIME_PERCENTILE][90] = int(float(percentiles_string[3])
201 summary[_TIME_PERCENTILE][95] = int(float(percentiles_string[5])
203 summary[_TIME_PERCENTILE][99] = int(float(percentiles_string[7])

Completed in 319 milliseconds