MCPcopy Create free account
hub / github.com/RGAA-Software/GoDesk / AppTimer

Method AppTimer

src/render/app/app_timer.cpp:19–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17 static FpsStat g_timer_16_fps;
18
19 AppTimer::AppTimer(const std::shared_ptr<RdContext>& ctx) {
20 context_ = ctx;
21 }
22
23 void AppTimer::StartTimers() {
24 auto durations = std::vector<AppTimerDuration>{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected