MCPcopy Create free account
hub / github.com/agenticsorg/lean-agentic / predict_exec_time

Method predict_exec_time

runtime/src/profile.rs:76–78  ·  view source on GitHub ↗

Predict next execution time

(&self)

Source from the content-addressed store, hash-verified

74
75 /// Predict next execution time
76 pub fn predict_exec_time(&self) -> Duration {
77 self.avg_exec_time
78 }
79
80 /// Check if agent is CPU-intensive
81 pub fn is_cpu_intensive(&self) -> bool {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected