Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
11
namespace NULLCTime
12
{
13
int clock()
14
{
15
return ::clock() * 1000 / CLOCKS_PER_SEC;
16
}
17
18
double clockPrecise()
19
{
Callers
5
clockPrecise
Function · 0.70
CollectMemory
Method · 0.50
main
Function · 0.50
myGetPreciseTime
Function · 0.50
TestSpeed.cpp
File · 0.50
Calls
no outgoing calls
Tested by
1
myGetPreciseTime
Function · 0.40