MCPcopy 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

InitializeMethod · 0.80
ensureLoadedMethod · 0.80
loadHashDatabaseMethod · 0.80
InitializeMethod · 0.80
ZipSaveStateMethod · 0.80
FlushMethod · 0.80
GetProgramMethod · 0.80
CompileAndAddProgramMethod · 0.80
GetComputeProgramMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected