Divide Framework 0.1
A free and open-source 3D Framework under heavy development
Loading...
Searching...
No Matches
ApplicationTimer.cpp File Reference

Go to the source code of this file.

Namespaces

namespace  Divide
 Handle console commands that start with a forward slash.
 
namespace  Divide::Time
 
namespace  Divide::Time::anonymous_namespace{ApplicationTimer.cpp}
 
namespace  Divide::Time::App
 

Functions

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

Variables

TimeValue Divide::Time::anonymous_namespace{ApplicationTimer.cpp}::g_startupTicks
 
TimeValue Divide::Time::anonymous_namespace{ApplicationTimer.cpp}::g_frameDelay
 
std::atomic< U64 > Divide::Time::anonymous_namespace{ApplicationTimer.cpp}::g_elapsedTimeUs
 
constexpr U64 Divide::Time::anonymous_namespace{ApplicationTimer.cpp}::g_benchmarkFrequencyUS = MillisecondsToMicroseconds<U64>(500)
 Benchmark reset frequency in milliseconds.