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

Method resumeSession

src/jrd/ProfilerManager.cpp:647–654  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

645}
646
647void ProfilerManager::resumeSession()
648{
649 if (currentSession)
650 {
651 paused = false;
652 updateFlushTimer();
653 }
654}
655
656void ProfilerManager::setFlushInterval(SLONG interval)
657{

Callers 2

processCommandMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected