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

Method ElapsedSeconds

SampleFramework12/v1.00/Timer.cpp:84–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82}
83
84int64 Timer::ElapsedSeconds() const
85{
86 return elapsedSeconds;
87}
88
89float Timer::ElapsedSecondsF() const
90{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected