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

Function clock

NULLC/includes/time.cpp:13–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11namespace NULLCTime
12{
13 int clock()
14 {
15 return ::clock() * 1000 / CLOCKS_PER_SEC;
16 }
17
18 double clockPrecise()
19 {

Callers 5

clockPreciseFunction · 0.70
CollectMemoryMethod · 0.50
mainFunction · 0.50
myGetPreciseTimeFunction · 0.50
TestSpeed.cppFile · 0.50

Calls

no outgoing calls

Tested by 1

myGetPreciseTimeFunction · 0.40