MCPcopy Create free account
hub / github.com/WheretIB/nullc / myGetPreciseTime

Function myGetPreciseTime

tests/TestBase.cpp:13–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11#if !defined(_MSC_VER)
12#include <time.h>
13 double myGetPreciseTime()
14 {
15 return (clock() / double(CLOCKS_PER_SEC)) * 1000.0;
16 }
17#endif
18
19TestQueue* TestQueue::head = NULL;

Callers 4

RunCodeMethod · 0.70
RunMethod · 0.70
SpeedTestTextFunction · 0.70
TestSpeed.cppFile · 0.70

Calls 1

clockFunction · 0.50

Tested by

no test coverage detected