InfoDisplay class

A performance evaluator

Constructors

InfoDisplay(dynamic world)

Properties

broadPhase ↔ BroadPhase
getter/setter pair
broadPhaseTime ↔ int
getter/setter pair
f ↔ List<int>
getter/setter pair
fps ↔ double
getter/setter pair
hashCode → int
The hash code for this object.
no setterinherited
infos ↔ List<double>
getter/setter pair
maxBroadPhaseTime ↔ int
getter/setter pair
maxNarrowPhaseTime ↔ int
getter/setter pair
maxSolvingTime ↔ int
getter/setter pair
maxTotalTime ↔ int
getter/setter pair
maxUpdateTime ↔ int
getter/setter pair
narrowPhaseTime ↔ int
getter/setter pair
parent ↔ World
getter/setter pair
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
solvingTime ↔ int
getter/setter pair
times ↔ List<int>
getter/setter pair
totalTime ↔ int
getter/setter pair
tt ↔ int
getter/setter pair
updateTime ↔ int
getter/setter pair
version ↔ String
getter/setter pair

Methods

calcBroadPhase() → void
calcEnd() → void
calcNarrowPhase() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
resetMax() → void
setTime([int? n]) → void
set time to calculate performance
show() → String
show the information for debugging
toArray() → List<double>
SET AN ARRAY OF DATA FOR DEBUGGING
toString() → String
A string representation of this object.
inherited
upfps() → void
Calc FPS

Operators

operator ==(Object other) → bool
The equality operator.
inherited

Static Methods

now() → double