Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
checkForDelayedShow
Method · 0.80
onDownloadProgress
Method · 0.80
IndicatorOpacity
Function · 0.80
DrawInputBindingWindow
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected