This is the documentation for Enlighten.

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

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.


Geo::ScopedTimer::ScopedTimer


public: ScopedTimer
(
    double & timeRef
)


Creates a ScopedTimer that uses the given counter reference.

  • No labels