Uses of Class
jApp.PerformanceKey

Uses of PerformanceKey in jApp
 

Methods in jApp that return PerformanceKey
static PerformanceKey PerformanceKey.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static PerformanceKey[] PerformanceKey.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in jApp with parameters of type PerformanceKey
static long Profiler.getAverage(PerformanceKey x)
           
static int[] Profiler.getBins(PerformanceKey x)
           
static long Profiler.getMaximum(PerformanceKey x)
           
static long Profiler.getMinimum(PerformanceKey x)
           
static void Profiler.start(PerformanceKey x)
           
static void Profiler.stop(PerformanceKey x)