| 228 | |
| 229 | virtual double tailTime(ContextRenderLock & r) const { return 0; } |
| 230 | virtual double latencyTime(ContextRenderLock & r) const { return 0; } |
| 231 | |
| 232 | private: |
| 233 | bool m_isFirstRender = true; |
nothing calls this directly
no outgoing calls
no test coverage detected