Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PCSX2/pcsx2
/ GetTimeMilliseconds
Method
GetTimeMilliseconds
common/Timer.cpp:124–127 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
122
}
123
124
double Timer::GetTimeMilliseconds() const
125
{
126
return ConvertValueToMilliseconds(GetCurrentValue() - m_tvStartValue);
127
}
128
129
double Timer::GetTimeNanoseconds() const
130
{
Callers
10
Initialize
Method · 0.80
ensureLoaded
Method · 0.80
loadHashDatabase
Method · 0.80
Initialize
Method · 0.80
ZipSaveState
Method · 0.80
Flush
Method · 0.80
GetProgram
Method · 0.80
CompileAndAddProgram
Method · 0.80
GetComputeProgram
Method · 0.80
CompileAndAddComputeProgram
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected