MCPcopy 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_timeFunction · 0.85
watchMethod · 0.85
watchMethod · 0.85
scan_and_restoreMethod · 0.85
compile_internalMethod · 0.85
filterMethod · 0.85
frameMethod · 0.85
main_loopMethod · 0.85
bind_auto_portFunction · 0.85

Calls 1

frequencyFunction · 0.85

Tested by 1

test_timeFunction · 0.68