Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antirez/ds4
/ stat
Class
stat
ds4.c:1274–1274 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1272
static double now_sec(void) {
1273
struct timespec ts;
1274
clock_gettime(CLOCK_MONOTONIC, &ts);
1275
return (double)ts.tv_sec + (double)ts.tv_nsec * 1.0e-9;
1276
}
1277
Callers
2
read_f32_binary_file
Function · 0.70
imatrix_read_text_file
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected