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

Method updateFlushTimer

src/jrd/ProfilerManager.cpp:697–703  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

695}
696
697void ProfilerManager::updateFlushTimer(bool canStopTimer)
698{
699 if (currentSession && !paused && currentFlushInterval)
700 flushTimer->reset(currentFlushInterval);
701 else if (canStopTimer)
702 flushTimer->stop();
703}
704
705ProfilerManager::Statement* ProfilerManager::getStatement(Request* request)
706{

Callers

nothing calls this directly

Calls 2

resetMethod · 0.45
stopMethod · 0.45

Tested by

no test coverage detected