class Geo::ScopedTimer
A class that times the interval between construction and destruction, adding the number of milliseconds to the counter provided.
Functions
Name | Description |
---|---|
ScopedTimer(double &) | Creates a ScopedTimer that uses the given counter reference. |
Anchor | ||||
---|---|---|---|---|
|
Geo::ScopedTimer::ScopedTimer
...
public: ScopedTimer
(
double & timeRef
)
...
Creates a ScopedTimer that uses the given counter reference.