Enum self_meter::Error
[−]
pub enum Error {
Uptime(UptimeError),
Status(StatusError),
Stat(StatError),
ThreadStat(Pid, StatError),
IoStat(IoStatError),
}Error scanning process info in /proc
Variants
Uptime(UptimeError)Error reading uptime value
Status(StatusError)Error reading /proc/self/status
Stat(StatError)Error reading /proc/self/stat
ThreadStat(Pid, StatError)Error reading thread status
IoStat(IoStatError)Error reading IO stats
Trait Implementations
impl Debug for Error[src]
impl Display for Error
impl Error for Error
fn description(&self) -> &str
A short description of the error. Read more
fn cause(&self) -> Option<&Error>
The lower-level cause of this error, if any. Read more