MCPcopy Create free account
hub / github.com/PCSX2/pcsx2 / GetTimeSeconds

Method GetTimeSeconds

common/Timer.cpp:119–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117 }
118
119 double Timer::GetTimeSeconds() const
120 {
121 return ConvertValueToSeconds(GetCurrentValue() - m_tvStartValue);
122 }
123
124 double Timer::GetTimeMilliseconds() const
125 {

Callers 4

checkForDelayedShowMethod · 0.80
onDownloadProgressMethod · 0.80
IndicatorOpacityFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected