MCPcopy 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
30Clock::Clock() {
31 startTime = Now();
32}
33
34void Clock::reset() {
35 startTime = Now();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected