Struct perfcnt::linux::PerfCounter [] [src]

pub struct PerfCounter {
    // some fields omitted
}

Methods

impl PerfCounter
[src]

Read the file descriptor and parse the return format.

Trait Implementations

impl<'a> AbstractPerfCounter for PerfCounter
[src]

Reset performance counter.

Start measuring.

Stop measuring.

Read the counter value.