org.jikesrvm.adaptive.measurements.instrumentation
Interface CounterNameFunction

All Known Implementing Classes:
MethodNameFunction

interface CounterNameFunction

This interface defines a function that takes an integer and returns a string corresponding to that integer.


Method Summary
 String getName(int key)
           
 

Method Detail

getName

String getName(int key)