cpu_cycles_reader 0.1.12

为读取CpuCycles特化的perf_event_read封装
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.12"
edition = "2021"
author = "shadow3"
description = "为读取CpuCycles特化的perf_event_read封装"
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"