Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MyGUI/mygui
/ getMilliseconds
Method
getMilliseconds
MyGUIEngine/src/MyGUI_Timer.cpp:25–28 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
23
}
24
25
unsigned long Timer::getMilliseconds() const
26
{
27
return getCurrentMilliseconds() - mTimeStart;
28
}
29
30
unsigned long Timer::getCurrentMilliseconds() const
31
{
Callers
9
drawOneFrame
Method · 0.80
drawOneFrame
Method · 0.80
drawOneFrame
Method · 0.80
drawOneFrame
Method · 0.80
drawOneFrame
Method · 0.80
drawOneFrame
Method · 0.80
renderQueueStarted
Method · 0.80
drawOneFrame
Method · 0.80
renderToTarget
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected