|
| RageTimer (std::chrono::steady_clock::time_point tm) |
|
| RageTimer (unsigned microseconds) |
|
| RageTimer (unsigned secs, unsigned microseconds) |
|
auto | Ago () const -> float |
|
void | Touch () |
|
auto | IsZero () const -> bool |
|
void | SetZero () |
|
auto | GetDeltaTime () -> float |
|
auto | PeekDeltaTime () const -> float |
|
auto | operator+ (float tm) const -> RageTimer |
|
auto | operator- (float tm) const -> RageTimer |
|
void | operator+= (float tm) |
|
void | operator-= (float tm) |
|
auto | operator- (const RageTimer &rhs) const -> float |
|
auto | operator< (const RageTimer &rhs) const -> bool |
|
|
static auto | GetTimeSinceStart () -> float |
|
|
std::chrono::steady_clock::time_point | tm |
|
The documentation for this class was generated from the following files:
- /home/runner/work/etterna/etterna/src/RageUtil/Misc/RageTimer.h
- /home/runner/work/etterna/etterna/src/RageUtil/Misc/RageTimer.cpp