MCPcopy 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
11int clock(void* unused)
12{
13 return ::clock() * 1000 / CLOCKS_PER_SEC;
14}
15double clock_precise(void* unused)
16{
17#ifdef WIN32

Callers 2

CollectMemoryMethod · 0.70
clock_preciseFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected