Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/erans/pgsqlite
/ is_profiling_enabled
Function
is_profiling_enabled
src/profiling/mod.rs:307–309 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
305
}
306
307
pub fn is_profiling_enabled() -> bool {
308
PROFILING_ENABLED.load(Ordering::Relaxed) > 0
309
}
Callers
1
execute_single_statement
Method · 0.85
Calls
1
load
Method · 0.80
Tested by
no test coverage detected