Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Illation/ETEngine
/ Start
Method
Start
Engine/source/EtCore/Util/Time.cpp:17–21 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
15
{}
16
17
void Time::Start()
18
{
19
begin = Now();
20
last = begin;
21
}
22
void Time::Update()
23
{
24
auto end = Now();
Callers
1
LoadScene
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected