gnu.trove.benchmark
class Result extends Object
Version: $Id: Result.java,v 1.1 2001/11/23 20:33:15 ericdf Exp $
| Field Summary | |
|---|---|
| String | description |
| int | iterations |
| long | ours |
| long | theirs |
| Method Summary | |
|---|---|
| String | getDescription()
Gets the value of description
|
| int | getIterations()
Gets the value of iterations
|
| long | getOurAvg()
Gets the value of ourAvg
|
| long | getOurs()
Gets the value of ours
|
| long | getTheirAvg()
Gets the value of theirAvg
|
| long | getTheirs()
Gets the value of theirs
|
| void | setDescription(String argDescription)
Sets the value of description
|
| void | setIterations(int argIterations)
Sets the value of iterations
|
| void | setOurs(long argOurs)
Sets the value of ours
|
| void | setTheirs(long argTheirs)
Sets the value of theirs
|
| String | toString() |
Returns: the value of description
Returns: the value of iterations
Returns: the value of ourAvg
Returns: the value of ours
Returns: the value of theirAvg
Returns: the value of theirs
Parameters: argDescription Value to assign to this.description
Parameters: argIterations Value to assign to this.iterations
Parameters: argOurs Value to assign to this.ours
Parameters: argTheirs Value to assign to this.theirs