OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Dhrystone
(Results
1 - 2
of
2
) sorted by null
/cts/hostsidetests/sustainedperf/src/android/SustainedPerformance/cts/
SustainedPerformanceHostTest.java
50
private static final String
DHRYSTONE
= "/data/local/tmp/";
60
public class
Dhrystone
implements Runnable {
65
public
Dhrystone
(boolean enabled) {
74
device.executeShellCommand("cd " +
DHRYSTONE
+ " ; chmod 777 dhry");
76
String result = device.executeShellCommand("echo " + loopCount + " | " +
DHRYSTONE
+ "dhry");
198
* Run two threads of
dhrystone
and collect stats.
202
Thread
dhrystone
= new Thread(new
Dhrystone
(false));
local
203
Thread dhrystone1 = new Thread(new
Dhrystone
(false));
204
dhrystone
.start()
[
all
...]
/cts/hostsidetests/sustainedperf/dhrystone/
Drystone-2.1.sh
28
XThe
Dhrystone
benchmark program [1] has become a popular benchmark for
37
Xfunction. Version 2 of
Dhrystone
is the result of such a re-
40
Xo
Dhrystone
has been published in Ada [1], and Versions in Ada, Pascal
47
X There is an obvious need for a common C version of
Dhrystone
, since C
50
X
Dhrystone
is used most. There should be, as far as possible, only
51
X one C version of
Dhrystone
such that results can be compared without
59
Xo As far as it is possible without changes to the
Dhrystone
statistics,
65
X
Dhrystone
- without inspection of the code that was generated - could
76
X"
Dhrystone
"; the confusion generated by such a change would probably
78
Xwouldn't give it the name "
Dhrystone
" since this denotes the progra
[
all
...]
Completed in 47 milliseconds