C# Class BenchmarkTest, ThreeDWorld

Inheritance: MonoBehaviour
Show file Open project: dicarlolab/ThreeDWorld Class Usage Examples

Public Properties

Property Type Description
identifier string

Protected Properties

Property Type Description
framerates ].float[
intermediateFrameRates float[]
intermediateSnapshotCount int
intermediateSnapshots int
iterationCount int
iterationDuration float
iterationStartTime float
lastFrameRecordingTime float
maxIterations int
numDataPoints int
snapshots int

Public Methods

Method Description
FixedUpdate ( ) : void
Start ( ) : void
calculateDuration ( ) : float
getSavePath ( ) : string
newIteration ( ) : void
resetWorld ( ) : void

Protected Methods

Method Description
writeData ( ) : void

Method Details

FixedUpdate() public method

public FixedUpdate ( ) : void
return void

Start() public method

public Start ( ) : void
return void

calculateDuration() public abstract method

public abstract calculateDuration ( ) : float
return float

getSavePath() public abstract method

public abstract getSavePath ( ) : string
return string

newIteration() public abstract method

public abstract newIteration ( ) : void
return void

resetWorld() public abstract method

public abstract resetWorld ( ) : void
return void

writeData() protected method

protected writeData ( ) : void
return void

Property Details

framerates protected property

protected float[,] framerates
return ].float[

identifier public property

public string identifier
return string

intermediateFrameRates protected property

protected float[] intermediateFrameRates
return float[]

intermediateSnapshotCount protected property

protected int intermediateSnapshotCount
return int

intermediateSnapshots protected property

protected int intermediateSnapshots
return int

iterationCount protected property

protected int iterationCount
return int

iterationDuration protected property

protected float iterationDuration
return float

iterationStartTime protected property

protected float iterationStartTime
return float

lastFrameRecordingTime protected property

protected float lastFrameRecordingTime
return float

maxIterations protected property

protected int maxIterations
return int

numDataPoints protected property

protected int numDataPoints
return int

snapshots protected property

protected int snapshots
return int