MCPcopy 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
307pub fn is_profiling_enabled() -> bool {
308 PROFILING_ENABLED.load(Ordering::Relaxed) > 0
309}

Callers 1

Calls 1

loadMethod · 0.80

Tested by

no test coverage detected