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

Method cancelSession

src/jrd/ProfilerManager.cpp:611–620  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

609}
610
611void ProfilerManager::cancelSession()
612{
613 if (currentSession)
614 {
615 LogLocalStatus status("Profiler cancelSession");
616
617 currentSession->pluginSession->cancel(&status);
618 currentSession = nullptr;
619 }
620}
621
622void ProfilerManager::finishSession(thread_db* tdbb, bool flushData)
623{

Callers 2

processCommandMethod · 0.80

Calls 1

cancelMethod · 0.45

Tested by

no test coverage detected