| 32 | } |
| 33 | |
| 34 | void AveragingTimerQuery::endQuery(nvrhi::ICommandList* commandList) |
| 35 | { |
| 36 | assert(m_openQuery); |
| 37 | commandList->endTimerQuery(m_openQuery); |
| 38 | m_activeQueries.push(m_openQuery); |
| 39 | m_openQuery = nullptr; |
| 40 | } |
| 41 | |
| 42 | void AveragingTimerQuery::update() |
| 43 | { |
no outgoing calls
no test coverage detected