perf_monitor 0.2.0

A toolkit designed to be a foundation for applications to monitor their performance.
Documentation
[build-dependencies.bindgen]
version = "0.55"

[build-dependencies.cc]
version = "1.0"
[dependencies.errno]
version = "0.2"

[dependencies.futures]
version = "0.1"

[dependencies.libc]
version = "0.2"

[dependencies.parking_lot]
version = "0.10"

[dependencies.thiserror]
version = "1"

[features]
alloc_hook = []
alloc_hook_prof = ["alloc_hook"]
alloc_hook_switchable = ["alloc_hook"]

[package]
authors = ["zhangli.pear <zhangli.pear@bytedance.com>"]
categories = ["api-bindings", "accessibility", "development-tools"]
description = "A toolkit designed to be a foundation for applications to monitor their performance."
documentation = "https://docs.rs/perf_monitor/"
edition = "2018"
keywords = ["perf", "statistics", "monitor", "performance"]
license-file = "LICENSE"
name = "perf_monitor"
repository = "https://github.com/larksuite/perf-monitor-rs"
version = "0.2.0"
[target."cfg(any(target_os = \"android\", target_os = \"linux\"))".dependencies.lpfs]
version = "0.2"
[target."cfg(any(target_os = \"macos\", target_os = \"ios\"))".dependencies.mach]
version = "0.3"
[target."cfg(target_os = \"windows\")".dependencies.scopeguard]
version = "1"

[target."cfg(target_os = \"windows\")".dependencies.winapi]
features = ["winnt", "processthreadsapi", "sysinfoapi", "impl-default", "std", "heapapi", "handleapi", "psapi"]
version = "0.3.8"