Exponentially weighted average of frame times.
| 185 | float RenderFrameTime() const { return m_RenderFrameTime; } |
| 186 | // Exponentially weighted average of frame times. |
| 187 | float FrameTimeAverage() const { return m_FrameTimeAverage; } |
| 188 | |
| 189 | // actions |
| 190 | virtual void Connect(const char *pAddress, const char *pPassword = nullptr) = 0; |
no outgoing calls
no test coverage detected