Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/crownengine/crown
/ seconds
Function
seconds
src/core/time.cpp:53–56 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
51
}
52
53
f64 seconds(s64 ticks)
54
{
55
return f64(ticks) / f64(frequency());
56
}
57
58
} // namespace time
59
Callers
9
test_time
Function · 0.85
watch
Method · 0.85
watch
Method · 0.85
scan_and_restore
Method · 0.85
compile_internal
Method · 0.85
filter
Method · 0.85
frame
Method · 0.85
main_loop
Method · 0.85
bind_auto_port
Function · 0.85
Calls
1
frequency
Function · 0.85
Tested by
1
test_time
Function · 0.68