| 16 | { |
| 17 | virtual double tailTime(ContextRenderLock & r) const override { return 0; } |
| 18 | virtual double latencyTime(ContextRenderLock & r) const override { return 0; } |
| 19 | |
| 20 | bool m_recording{false}; |
| 21 |
nothing calls this directly
no outgoing calls
no test coverage detected