all_the_time 0.4.15

Processor time tracking utilities for benchmarks and performance analysis
Documentation
1
2
3
4
//! Constants used throughout the `all_the_time` package.

// A poisoned lock means the process is in an unrecoverable/unsafe state and must exit (we panic).
pub(crate) const ERR_POISONED_LOCK: &str = "encountered poisoned lock - continued execution is not safe because we can no longer ensure that we uphold security and privacy guarantees";