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

Packages that use BenchmarkResults.CellInfo
com.sun.electric.tool.ncc.result   
 

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

Fields in com.sun.electric.tool.ncc.result with type parameters of type BenchmarkResults.CellInfo
 java.util.HashMap<java.lang.String,BenchmarkResults.CellInfo> BenchmarkResults.info
           
 

Methods in com.sun.electric.tool.ncc.result that return BenchmarkResults.CellInfo
 BenchmarkResults.CellInfo BenchmarkResults.getInfo(java.lang.String name)
           
 

Methods in com.sun.electric.tool.ncc.result with parameters of type BenchmarkResults.CellInfo
 void BenchmarkResults.addInfo(java.lang.String name, BenchmarkResults.CellInfo newInfo)