Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/tgfx
/ Clock
Method
Clock
src/core/utils/Clock.cpp:30–32 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
28
}
29
30
Clock::Clock() {
31
startTime = Now();
32
}
33
34
void Clock::reset() {
35
startTime = Now();
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected