MCPcopy Create free account
hub / github.com/Aleksoid1978/VideoRenderer / PreparePerformanceData

Method PreparePerformanceData

Source/renbase2.cpp:147–151  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

145// these both call RecordFrameLateness to update the statistics.
146
147void CBaseVideoRenderer2::PreparePerformanceData(int trLate, int trFrame)
148{
149 m_trLate = trLate;
150 m_trFrame = trFrame;
151} // PreparePerformanceData
152
153
154// update the statistics:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected