Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/axboe/liburing
/ mtime_since_now
Function
mtime_since_now
examples/proxy.h:94–100 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
92
}
93
94
static unsigned long long mtime_since_now(struct timeval *tv)
95
{
96
struct timeval end;
97
98
gettimeofday(&end, NULL);
99
return mtime_since(tv, &end);
100
}
101
102
#endif
Callers
1
house_keeping
Function · 0.70
Calls
1
mtime_since
Function · 0.70
Tested by
no test coverage detected