MCPcopy Create free account
hub / github.com/CobaltFusion/DebugViewPP / getMilliCount

Function getMilliCount

DbgMsgSrc/DbgMsgSrc.cpp:155–160  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

153}
154
155int getMilliCount()
156{
157 timeb tb;
158 ftime(&tb);
159 return tb.millitm + (tb.time & 0xfffff) * 1000;
160}
161
162void testLongString()
163{

Callers 2

OutputFunction · 0.85
EndlessTestFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected