org.jikesrvm.tools.oth
Class OptTestHarness.Performance

java.lang.Object
  extended by org.jikesrvm.tools.oth.OptTestHarness.Performance
All Implemented Interfaces:
Callbacks.ExitMonitor
Enclosing class:
OptTestHarness

private static class OptTestHarness.Performance
extends Object
implements Callbacks.ExitMonitor


Field Summary
private  long end
           
private  long start
           
 
Constructor Summary
private OptTestHarness.Performance()
           
 
Method Summary
 void notifyExit(int discard)
          Notify the monitor that the VM is about to exit.
(package private)  void reset()
           
(package private)  void show()
           
(package private)  void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

start

private long start

end

private long end
Constructor Detail

OptTestHarness.Performance

private OptTestHarness.Performance()
Method Detail

reset

void reset()

stop

void stop()

show

void show()

notifyExit

public void notifyExit(int discard)
Description copied from interface: Callbacks.ExitMonitor
Notify the monitor that the VM is about to exit.

Specified by:
notifyExit in interface Callbacks.ExitMonitor
Parameters:
discard - the exit value