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

Packages that use BenchmarkResults
com.sun.electric.tool.ncc Package for handling the Network Consistency Checking (LVS) tool. 
com.sun.electric.tool.ncc.result   
 

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

Methods in com.sun.electric.tool.ncc that return BenchmarkResults
 BenchmarkResults NccGlobalsReportable.getBenchmarkResults()
           
 BenchmarkResults NccGlobals.getBenchmarkResults()
          Get result of benchmarking performance counters
 

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

Methods in com.sun.electric.tool.ncc.result that return BenchmarkResults
 BenchmarkResults NccResult.getBenchmarkResults()
          Get result of benchmarking performance counters
 

Methods in com.sun.electric.tool.ncc.result with parameters of type BenchmarkResults
 void BenchmarkResults.accumulateResults(BenchmarkResults other)
           
 

Constructors in com.sun.electric.tool.ncc.result with parameters of type BenchmarkResults
BenchmarkResults(BenchmarkResults other)