MCPcopy Create free account
hub / github.com/davidgiven/fluxengine / getCurrentTime

Function getCurrentTime

lib/core/utils.cc:245–251  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

243}
244
245double getCurrentTime(void)
246{
247 struct timeval tv;
248 gettimeofday(&tv, NULL);
249
250 return double(tv.tv_sec) + tv.tv_usec / 1000000.0;
251}
252
253void warning(const std::string msg)
254{

Callers 6

testBulkWriteMethod · 0.85
testBulkReadMethod · 0.85
testBulkWriteMethod · 0.85
testBulkReadMethod · 0.85
testBulkWriteMethod · 0.85
testBulkReadMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected