MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / tick

Method tick

src/Core/Time/FramerateCounter.cpp:6–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4namespace obe::Time
5{
6 void FramerateCounter::tick()
7 {
8 if (epoch() - m_lastTick <= 1000)
9 m_framerateBuffer++;
10 }
11
12 void FramerateCounter::uTick()
13 {

Callers

nothing calls this directly

Calls 1

epochFunction · 0.85

Tested by

no test coverage detected