Searched refs:Dhrystone (Results 1 – 3 of 3) sorted by relevance
1 Dhrystone Benchmark: Rationale for Version 2 and Measurement Rules12 The Dhrystone benchmark program [1] has become a popular benchmark for21 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, Pascal31 There is an obvious need for a common C version of Dhrystone, since C34 Dhrystone is used most. There should be, as far as possible, only35 one C version of Dhrystone such that results can be compared without43 o As far as it is possible without changes to the Dhrystone statistics,49 Dhrystone - without inspection of the code that was generated - could60 "Dhrystone"; the confusion generated by such a change would probably[all …]
28 XThe Dhrystone benchmark program [1] has become a popular benchmark for298 X of the "Dhrystone distribution" of statements contained in [1]. This482 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
60 public class Dhrystone implements Runnable { class in SustainedPerformanceHostTest65 public Dhrystone(boolean enabled) { in Dhrystone() method in SustainedPerformanceHostTest.Dhrystone202 Thread dhrystone = new Thread(new Dhrystone(false)); in testShader()203 Thread dhrystone1 = new Thread(new Dhrystone(false)); in testShader()224 dhrystone = new Thread(new Dhrystone(true)); in testShader()225 dhrystone1 = new Thread(new Dhrystone(true)); in testShader()