Package edu.uci.eecs.doc.clepsydra.cache

Provides an interface to the instruction cache model for a Java processor.

See:
          Description

Interface Summary
MethodCacheStrategy A common interface for various method cache analysis strategies.
 

Class Summary
DualMethodCacheStrategy Performs simple cache hit analysis based on a dual-method cache configuration.
MethodCacheStrategy.HitRatio A simple encapsulation of a cache hit ratio.
SingleMethodCacheStrategy Performs cache hit analysis based on a single-method cache configuration.
 

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

Provides an interface to the instruction cache model for a Java processor. Also includes default models for the JOP processor.