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

java.lang.Object
  extended by com.sun.electric.tool.ncc.result.BenchmarkResults.CellInfo
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
BenchmarkResults

public static class BenchmarkResults.CellInfo
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
 int[] matrixSizes
           
 java.lang.String name
           
 
Constructor Summary
BenchmarkResults.CellInfo()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public java.lang.String name

matrixSizes

public int[] matrixSizes
Constructor Detail

BenchmarkResults.CellInfo

public BenchmarkResults.CellInfo()