MCPcopy 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

drawOneFrameMethod · 0.80
drawOneFrameMethod · 0.80
drawOneFrameMethod · 0.80
drawOneFrameMethod · 0.80
drawOneFrameMethod · 0.80
drawOneFrameMethod · 0.80
renderQueueStartedMethod · 0.80
drawOneFrameMethod · 0.80
renderToTargetMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected