Uses of Class
com.sun.electric.tool.ncc.result.BenchmarkResults.BenchIdx

Packages that use BenchmarkResults.BenchIdx
com.sun.electric.tool.ncc.basic   
com.sun.electric.tool.ncc.result   
 

Uses of BenchmarkResults.BenchIdx in com.sun.electric.tool.ncc.basic
 

Methods in com.sun.electric.tool.ncc.basic with parameters of type BenchmarkResults.BenchIdx
static long NccUtils.accumulateBenchmarkValue(java.lang.String msg, long val, BenchmarkResults.BenchIdx benchmark, NccGlobals globals)
           
static void NccUtils.incrementBenchmarkCount(BenchmarkResults.BenchIdx benchmark, NccGlobals globals)
           
static long NccUtils.registerTiming(java.lang.String msg, long start, BenchmarkResults.BenchIdx benchmark, NccGlobals globals)
           
 

Uses of BenchmarkResults.BenchIdx in com.sun.electric.tool.ncc.result
 

Methods in com.sun.electric.tool.ncc.result that return BenchmarkResults.BenchIdx
static BenchmarkResults.BenchIdx BenchmarkResults.BenchIdx.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static BenchmarkResults.BenchIdx[] BenchmarkResults.BenchIdx.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.sun.electric.tool.ncc.result with parameters of type BenchmarkResults.BenchIdx
 long BenchmarkResults.get(BenchmarkResults.BenchIdx idx)