Class N05_Part1_Listing7
java.lang.Object
N05_Part1_Listing7
public class N05_Part1_Listing7
- extends Object
For the article Robust Java benchmarking, Part 1: Issues,
contains the code relevant to Listing 7.
- Author:
- Brent Boyer
Method Summary |
static void |
main(String[] args)
Results on 2008/3/27 on my 2.2 GHz Intel Core 2 Duo E4500 machine (server jvm):
Execution time = 10.81... seconds to compute result = 1580674560
Execution time = 10.79... seconds to compute result = 1580674560
Execution time = 10.80... seconds to compute result = 1580674560
|
protected static int |
sum()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
N05_Part1_Listing7
public N05_Part1_Listing7()
main
public static void main(String[] args)
- Results on 2008/3/27 on my 2.2 GHz Intel Core 2 Duo E4500 machine (server jvm):
Execution time = 10.81... seconds to compute result = 1580674560
Execution time = 10.79... seconds to compute result = 1580674560
Execution time = 10.80... seconds to compute result = 1580674560
sum
protected static int sum()