perfcnt 0.1.0

Library to configure and read hardware performance counters in rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# perfcnt [![Build Status]https://travis-ci.org/gz/rust-perfcnt.svg]https://travis-ci.org/gz/rust-perfcnt [![Crates.io]https://img.shields.io/crates/v/perfcnt.svg]https://crates.io/crates/perfcnt

A library to use performance counters in rust.

## Examples
See examples/ on how-to use the library to create counters.

## Programs
  * perfcnt-list: Lists all HW events available on the current machine.

## Known issues
There is only support for Linux atm.

## Documentation
  * [API Documentation]http://gz.github.io/rust-perfcnt/perfcnt/