Package edu.uci.eecs.doc.clepsydra.timing

Provides an interface to the timing properties of a Java processor.

See:
          Description

Interface Summary
InstructionTimingStrategy A common interface for modeling the timing behavior of a microprocessor.
 

Class Summary
JOPInstructionTimingStrategy Provides a model of the timing behavior for the Java Optimized Processor (JOP).
 

Exception Summary
UnknownTimingException An exception indicating that the cycle count for a Java bytecode instruction could not be determined.
 

Package edu.uci.eecs.doc.clepsydra.timing Description

Provides an interface to the timing properties of a Java processor. Also includes a default model for the JOP processor.