Cargo Features

icu_benchmark_macros has no features set by default.

[dependencies]
icu_benchmark_macros = { version = "0.7.0", features = ["benchmark_memory", "rust_global_allocator"] }
benchmark_memory = dhat

Enables dhat in example files to analyze memory allocations.

Affects icu_benchmark_macros::benchmark_memory

rust_global_allocator = dlmalloc

Enables dlmalloc in example files to bypass the system allocator.

Affects icu_benchmark_macros::rust_global_allocator

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

dhat benchmark_memory?

Enables dhat ^0.2

dlmalloc linux mac wasm32 rust_global_allocator?