Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
155
int getMilliCount()
156
{
157
timeb tb;
158
ftime(&tb);
159
return tb.millitm + (tb.time & 0xfffff) * 1000;
160
}
161
162
void testLongString()
163
{
Callers
2
Output
Function · 0.85
EndlessTest
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected