| 83 | } |
| 84 | |
| 85 | void DX11PerformanceCounter::AccumulateTime() |
| 86 | { |
| 87 | mTotalSeconds += GetSeconds(); |
| 88 | ++mNumMeasurements; |
| 89 | } |
| 90 | |
| 91 | double DX11PerformanceCounter::GetAverageSeconds() const |
| 92 | { |
nothing calls this directly
no outgoing calls
no test coverage detected