Stat

Structure used in the system-manager to do some basic profiling.

Members

Functions

averageDuration
Duration averageDuration()

Average duration of the profiled function (during the time defined by the rate parameter in the statistic enabling function of the system-manager).

clear
void clear()
Undocumented in source. Be warned that the author may not have intended to support it.
elapsedTime
Duration elapsedTime()

Elapsed time since the last update (defined by rate parameter in the statistic enabling function of the system-manager).

maxDuration
Duration maxDuration()

Maximum measured duration of the profiled function (during the time defined by the rate parameter in the statistic enabling function of the system-manager).

minDuration
Duration minDuration()

Minimum measured duration of the profiled function (during the time defined by the rate parameter in the statistic enabling function of the system-manager).

runCount
ulong runCount()

Number of times the profiled function was called (during the time defined by the rate parameter in the statistic enabling function of the system-manager).

start
void start()
Undocumented in source. Be warned that the author may not have intended to support it.
stop
void stop()
Undocumented in source. Be warned that the author may not have intended to support it.
update
void update()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta