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

Method isProfilerActive

src/jrd/Attachment.cpp:1218–1221  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1216}
1217
1218bool Attachment::isProfilerActive()
1219{
1220 return att_profiler_manager && att_profiler_manager->isActive();
1221}
1222
1223void Attachment::releaseProfilerManager(thread_db* tdbb)
1224{

Callers 3

executeMethod · 0.80
EXE_unwindFunction · 0.80
EXE_looperFunction · 0.80

Calls 1

isActiveMethod · 0.45

Tested by

no test coverage detected