cpu_cycles_reader 0.1.16

perf_event_read package specialized for reading cpu cycles
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "cpu_cycles_reader"
version = "0.1.16"
edition = "2021"
description = "perf_event_read package specialized for reading cpu cycles"
repository = "https://github.com/shadow3aaa/cpu-cycles-reader"
license = "WTFPL"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
derive_more = "0.99.17"
libc = "0.2.147"

[build-dependencies]
cc = "1.0.79"