Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

class Geo::ScopedTimer

A class that times the interval between construction and destruction, adding the number of milliseconds to the counter provided.

Functions

NameDescription
ScopedTimer(double &)

Creates a ScopedTimer that uses the given counter reference.


Anchor
ae4acf28c8b1bbd4408677b15216acaf6
ae4acf28c8b1bbd4408677b15216acaf6

Geo::ScopedTimer::ScopedTimer

...

public: ScopedTimer
(
    double & timeRef
)

...

Creates a ScopedTimer that uses the given counter reference.