Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WheretIB/nullc
/ clock
Function
clock
NULLC/translation/std_time_bind.cpp:11–14 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
9
#endif
10
11
int clock(void* unused)
12
{
13
return ::clock() * 1000 / CLOCKS_PER_SEC;
14
}
15
double clock_precise(void* unused)
16
{
17
#ifdef WIN32
Callers
2
CollectMemory
Method · 0.70
clock_precise
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected