PerformanceEvidenceProbe: a Rust CLI for collecting inspectable runtime performance evidence
The Rust Programming Language Forum
PerformanceEvidenceProbe: a Rust CLI for collecting inspectable runtime performance evidence
Hi everyone, I’ve published PerformanceEvidenceProbe, an open-source Rust CLI for collecting inspectable runtime performance evidence from existing programs. A central rule in its design is simple: if a metric was not observed, it must not silently become numeric zero. Performance counters differ across operating systems, and sometimes a metric is unsupported, not applicable, unavailable, or does not have equivalent semantics on another platform. PerformanceEvidenceProbe records those cases e...
0 comments
No comments yet.