| 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>{ |
nothing calls this directly
no outgoing calls
no test coverage detected