MCPcopy Create free account
hub / github.com/Illation/ETEngine / FPS

Method FPS

Engine/source/EtCore/Util/Time.cpp:38–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36 return m_DeltaTime;
37}
38float Time::FPS() const
39{
40 return (1.f / m_DeltaTime);
41}
42uint64 Time::Timestamp() const
43{
44#ifndef PLATFORM_Linux

Callers 1

UpdateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected