MCPcopy Create free account
hub / github.com/davideberly/GeometricTools / AccumulateTime

Method AccumulateTime

GTE/Graphics/DX11/DX11PerformanceCounter.cpp:85–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83}
84
85void DX11PerformanceCounter::AccumulateTime()
86{
87 mTotalSeconds += GetSeconds();
88 ++mNumMeasurements;
89}
90
91double DX11PerformanceCounter::GetAverageSeconds() const
92{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected