LLGL 0.05 Beta
Loading...
Searching...
No Matches
Timer.h File Reference
#include <LLGL/Export.h>
#include <cstdint>

Namespaces

namespace  LLGL
namespace  LLGL::Timer

Functions

LLGL_EXPORT std::uint64_t LLGL::Timer::Frequency ()
 Returns the timer frequency of the OS. This is the number of ticks per seconds, e.g. 1,000,000 for microseconds.
LLGL_EXPORT std::uint64_t LLGL::Timer::Tick ()
 Returns the current 'tick' of a high resolution timer that is OS dependent. The tick frequency can be queried with Frequency.