Stat

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

Members

Aliases

averageDuration
deprecated alias averageDuration = average
Undocumented in source.
maxDuration
deprecated alias maxDuration = max
Undocumented in source.
minDuration
deprecated alias minDuration = min
Undocumented in source.

Functions

average
Duration average()

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).

max
Duration max()

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

min
Duration min()

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