Documentation
[dependencies.cfg-if]
version = "1"

[dependencies.countme]
features = ["enable"]
version = "3.0"

[dependencies.jemalloc-ctl]
optional = true
package = "tikv-jemalloc-ctl"
version = "0.4.1"

[dependencies.la-arena]
package = "ra_ap_la-arena"
version = "=0.0.89"

[dependencies.libc]
version = "0.2"

[dependencies.once_cell]
version = "1.3.1"

[features]
cpu_profiler = []
jemalloc = ["jemalloc-ctl"]

[lib]
doctest = false

[package]
description = "TBD"
edition = "2021"
license = "MIT OR Apache-2.0"
name = "ra_ap_profile"
rust-version = "1.57"
version = "0.0.89"
[target."cfg(target_os = \"linux\")".dependencies.perf-event]
version = "0.4"
[target."cfg(windows)".dependencies.winapi]
features = ["psapi"]
version = "0.3.8"