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

Method pauseSession

src/jrd/ProfilerManager.cpp:638–645  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

636}
637
638void ProfilerManager::pauseSession(bool flushData)
639{
640 if (currentSession)
641 paused = true;
642
643 if (flushData)
644 flush();
645}
646
647void ProfilerManager::resumeSession()
648{

Callers 2

pauseSessionProcedureMethod · 0.80
processCommandMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected