Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1218
bool Attachment::isProfilerActive()
1219
{
1220
return att_profiler_manager && att_profiler_manager->isActive();
1221
}
1222
1223
void Attachment::releaseProfilerManager(thread_db* tdbb)
1224
{
Callers
3
execute
Method · 0.80
EXE_unwind
Function · 0.80
EXE_looper
Function · 0.80
Calls
1
isActive
Method · 0.45
Tested by
no test coverage detected