Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Bloom-Engine/engine
/ now_nanos
Function
now_nanos
native/watchos/src/lib.rs:132–136 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
130
}
131
132
fn now_nanos() -> u64 {
133
let s = state();
134
let start = s.start.get_or_init(Instant::now);
135
start.elapsed().as_nanos() as u64
136
}
137
138
fn add_crown(delta: f64) {
139
let s = state();
Callers
2
bloom_get_delta_time
Function · 0.85
bloom_get_time
Function · 0.85
Calls
1
state
Function · 0.85
Tested by
no test coverage detected