MCPcopy Create free account
hub / github.com/InfinitiBit/graphbit / stats

Method stats

python/src/runtime.rs:114–120  ·  view source on GitHub ↗

Get runtime statistics (placeholder for future metrics)

(&self)

Source from the content-addressed store, hash-verified

112
113 /// Get runtime statistics (placeholder for future metrics)
114 pub(crate) fn stats(&self) -> RuntimeStats {
115 RuntimeStats {
116 uptime: self.uptime(),
117 worker_threads: self.config.worker_threads.unwrap_or(0),
118 max_blocking_threads: self.config.max_blocking_threads.unwrap_or(0),
119 }
120 }
121}
122
123/// Runtime statistics for monitoring

Callers 1

get_runtime_statsFunction · 0.80

Calls 1

uptimeMethod · 0.80

Tested by

no test coverage detected