| ch.ethz.prose.jikesrvm.JikesRVMPerformanceTest
JikesRVMPerformanceTest | public class JikesRVMPerformanceTest extends PerformanceTest (Code) | | Chronometers are adapted to use the CPU cycle counter from Jikes RVM.
version $Revision$
author: Johann Gyger |
MILLIS_TO_NANOS | final public static double MILLIS_TO_NANOS(Code) | | |
endCycle | protected static long endCycle(Code) | | |
startCycle | protected static long startCycle(Code) | | |
JikesRVMPerformanceTest | public JikesRVMPerformanceTest(String name)(Code) | | |
readChronometer | public long readChronometer()(Code) | | duration in nanoseconds (!) |
startChronometer | public static void startChronometer()(Code) | | |
stopChronometer | public static void stopChronometer()(Code) | | |
|
|