MCPcopy Create free account
hub / github.com/Snapchat/KeyDB / nstime_nsec

Function nstime_nsec

deps/jemalloc/src/nstime.c:36–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34}
35
36uint64_t
37nstime_nsec(const nstime_t *time) {
38 return time->ns % BILLION;
39}
40
41void
42nstime_copy(nstime_t *time, const nstime_t *source) {

Callers 3

background_thread_sleepFunction · 0.70
nstime.cFile · 0.50
TEST_BEGINFunction · 0.50

Calls

no outgoing calls

Tested by 1

TEST_BEGINFunction · 0.40