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

  /frameworks/base/tests/JankBench/scripts/
collect.py 155 geo_run = numpy.mean(scores)
164 per_test_score[test].append(geo_run)
166 overall.append(geo_run)
169 print "\t%s:\t%0.2f (%0.2f avg. sample count)" % (test, geo_run, sample_count)
171 print "\tOverall:\t%0.2f (%0.2f avg. sample count)" % (geo_run, sample_count)
itr_collect.py 104 geo_run = scipy.stats.gmean(scores)
111 per_test_score[test].append(geo_run)
113 overall.append(geo_run)
116 print "\t%s:\t%0.2f (%0.2f avg. sample count)" % (test, geo_run, sample_count)
118 print "\tOverall:\t%0.2f (%0.2f avg. sample count)" % (geo_run, sample_count)

Completed in 677 milliseconds