Divide Framework 0.1
A free and open-source 3D Framework under heavy development
Loading...
Searching...
No Matches
Divide::Time::App Namespace Reference

Functions

U64 ElapsedMicroseconds () noexcept
 
U64 ElapsedNanoseconds () noexcept
 The following functions force a timer update (a call to query performance timer).
 
D64 ElapsedMilliseconds () noexcept
 
D64 ElapsedSeconds () noexcept
 

Function Documentation

◆ ElapsedMicroseconds()

U64 Divide::Time::App::ElapsedMicroseconds ( )
noexcept

Definition at line 68 of file ApplicationTimer.cpp.

◆ ElapsedMilliseconds()

FORCE_INLINE D64 Divide::Time::App::ElapsedMilliseconds ( )
noexcept

Definition at line 66 of file ApplicationTimer.inl.

◆ ElapsedNanoseconds()

FORCE_INLINE U64 Divide::Time::App::ElapsedNanoseconds ( )
noexcept

The following functions force a timer update (a call to query performance timer).

Definition at line 61 of file ApplicationTimer.inl.

◆ ElapsedSeconds()

FORCE_INLINE D64 Divide::Time::App::ElapsedSeconds ( )
noexcept

Definition at line 71 of file ApplicationTimer.inl.