peek-core 1.0.0

Core process intelligence library for the Peek tool on Linux
Documentation
1
2
3
4
// Thin re-exports of the generic ring buffer and helpers that now live in the
// `resource-sampler` crate.

pub use resource_sampler::ring_buffer::{detect_fd_leak, ResourceSample, RingBuf};