Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
}
38
float Time::FPS() const
39
{
40
return (1.f / m_DeltaTime);
41
}
42
uint64 Time::Timestamp() const
43
{
44
#ifndef PLATFORM_Linux
Callers
1
Update
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected