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

Method setFlushInterval

src/jrd/ProfilerManager.cpp:656–663  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

654}
655
656void ProfilerManager::setFlushInterval(SLONG interval)
657{
658 checkFlushInterval(interval);
659
660 currentFlushInterval = (unsigned) interval;
661
662 updateFlushTimer();
663}
664
665void ProfilerManager::discard()
666{

Callers 2

processCommandMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected