Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
19
TestQueue* TestQueue::head = NULL;
Callers
4
RunCode
Method · 0.70
Run
Method · 0.70
SpeedTestText
Function · 0.70
TestSpeed.cpp
File · 0.70
Calls
1
clock
Function · 0.50
Tested by
no test coverage detected