MCPcopy Create free account
hub / github.com/RedisGraph/RedisGraph / simple_timer_copy

Function simple_timer_copy

src/util/simple_timer.c:81–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79}
80
81void simple_timer_copy // copies a simple time
82(
83 const double tic [2], // tic from last call to simple_tic
84 double cpy [2] // pointer to recieve a copy of tic
85)
86{
87 cpy[0] = tic[0];
88 cpy[1] = tic[1];
89}
90
91uint64_t unix_timestamp // returns UNIX timestamp
92(

Callers 2

CommandCtx_NewFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected