quanta 0.6.5

high-speed timing facility
Documentation
[[bench]]
harness = false
name = "timing"
[dependencies.atomic-shim]
version = "0.1.0"

[dependencies.metrics-core]
optional = true
version = "0.5"

[dependencies.once_cell]
version = "1.4"

[dependencies.prost-types]
optional = true
version = "0.6"
[dev-dependencies.average]
version = "0.10"

[dev-dependencies.criterion]
version = "0.3"

[features]
metrics = ["metrics-core"]
prost = ["prost-types"]

[package]
authors = ["Toby Lawrence <toby@nuclearfurnace.com>"]
description = "high-speed timing facility"
documentation = "https://docs.rs/quanta"
edition = "2018"
homepage = "https://github.com/nuclearfurnace/quanta"
keywords = ["rdtsc", "timing", "nanosecond"]
license = "MIT"
name = "quanta"
readme = "README.md"
repository = "https://github.com/nuclearfurnace/quanta"
version = "0.6.5"
[package.metadata.docs.rs]
all-features = true
[target."cfg(target_arch = \"mips\")".dependencies.ctor]
version = "0.1.15"
[target."cfg(target_arch = \"powerpc\")".dependencies.ctor]
version = "0.1.15"
[target."cfg(target_arch = \"x86\")".dependencies.raw-cpuid]
version = "8.1"
[target."cfg(target_arch = \"x86_64\")".dependencies.raw-cpuid]
version = "8.1"
[target."cfg(target_os = \"ios\")".dependencies.mach]
version = "0.3"
[target."cfg(target_os = \"linux\")".dependencies.libc]
version = "0.2"
[target."cfg(target_os = \"macos\")".dependencies.mach]
version = "0.3"
[target."cfg(target_os = \"windows\")".dependencies.winapi]
features = ["profileapi"]
version = "0.3"