Home
last modified time | relevance | path

Searched refs:stddev (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/tests/JankBench/scripts/
H A Dcollect.py134 stddev = round_to_2(numpy.std(res.durations))
138 score = stddev * mean * pj
144 stddevs.append(stddev)
147 …print "\t%s: Score = %f x %f x %f = %f (%d samples)" % (iteration, stddev, mean, pj, score, len(re…
H A Ditr_collect.py93 stddev = numpy.std(res.durations)
97 score = stddev * mean *pj
102 … print "\tScore = %f x %f x %f = %f (%d samples)" % (stddev, mean, pj, score, len(res.durations))
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/
H A DHistoryTracker.java126 double stddev = Math.sqrt( in falseConfidence() local
131 return 1 - stddev; in falseConfidence()
/aosp14/system/core/init/
H A Dperfboot.py341 def stddev(data): function
354 print(('standard deviation:', int(round(stddev(end_times))), 'ms'))