MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / curTime

Function curTime

src/yvalve/MasterImplementation.cpp:220–226  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

218}
219
220ISC_UINT64 curTime()
221{
222 double rc = fb_utils::query_performance_counter();
223 rc *= 1000000;
224 rc /= fb_utils::query_performance_frequency();
225 return ISC_UINT64(rc);
226}
227
228TimerEntry* getTimer(ITimer* timer)
229{

Callers 2

timeThreadMethod · 0.85
startMethod · 0.85

Calls 2

Tested by

no test coverage detected