Home
last modified time | relevance | path

Searched refs:Dhrystone (Results 1 – 3 of 3) sorted by relevance

/cts/hostsidetests/sustainedperf/dhrystone/
DRationale1 Dhrystone Benchmark: Rationale for Version 2 and Measurement Rules
12 The Dhrystone benchmark program [1] has become a popular benchmark for
21 function. Version 2 of Dhrystone is the result of such a re-
24 o Dhrystone has been published in Ada [1], and Versions in Ada, Pascal
31 There is an obvious need for a common C version of Dhrystone, since C
34 Dhrystone is used most. There should be, as far as possible, only
35 one C version of Dhrystone such that results can be compared without
43 o As far as it is possible without changes to the Dhrystone statistics,
49 Dhrystone - without inspection of the code that was generated - could
60 "Dhrystone"; the confusion generated by such a change would probably
[all …]
DDrystone-2.1.sh28 XThe Dhrystone benchmark program [1] has become a popular benchmark for
298 X of the "Dhrystone distribution" of statements contained in [1]. This
482 X * changed, the numbers defining the "Dhrystone distribution"
496 X * Dhrystone version 2".
571 X * See the companion paper "Rationale for Dhrystone Version 2" for a more
/cts/hostsidetests/sustainedperf/src/android/SustainedPerformance/cts/
DSustainedPerformanceHostTest.java62 public class Dhrystone implements Runnable { class in SustainedPerformanceHostTest
68 public Dhrystone(boolean enabled, long cm) { in Dhrystone() method in SustainedPerformanceHostTest.Dhrystone
206 Thread dhrystone = new Thread(new Dhrystone(true, 1)); in testShader()
207 Thread dhrystone1 = new Thread(new Dhrystone(true, 2)); in testShader()