MCPcopy Create free account
hub / github.com/cpputest/cpputest / DosTimeInMillis

Function DosTimeInMillis

src/Platforms/Dos/UtestPlatform.cpp:107–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105void (*PlatformSpecificRestoreJumpBuffer)(void) = DosRestoreJumpBuffer;
106
107static long DosTimeInMillis()
108{
109 return clock() * 1000 / CLOCKS_PER_SEC;
110}
111
112static const char* DosTimeString()
113{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected