MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / time

Method time

source/core/StarTime.cpp:124–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122}
123
124double Clock::time() const {
125 RecursiveMutexLocker locker(m_mutex);
126 updateElapsed();
127 return Time::ticksToSeconds(m_elapsedTicks, Time::monotonicTickFrequency());
128}
129
130int64_t Clock::milliseconds() const {
131 RecursiveMutexLocker locker(m_mutex);

Callers 4

completedMethod · 0.45
renderMethod · 0.45
currentTimecodeMethod · 0.45
TESTFunction · 0.45

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.36