MCPcopy Create free account
hub / github.com/TheRealMJP/DeferredTexturing / ElapsedMicrosecondsF

Method ElapsedMicrosecondsF

SampleFramework12/v1.00/Timer.cpp:149–152  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

147}
148
149float Timer::ElapsedMicrosecondsF() const
150{
151 return elapsedMicrosecondsF;
152}
153
154double Timer::ElapsedMicrosecondsD() const
155{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected