#[benchmark_candidate]
Expand description
Flag code that should be benchmarked and optimized.
Optionally accepts a string literal with benchmarking notes,
like #[benchmark_candidate("bottleneck in processing pipeline")]
.
This attribute does not modify the item it annotates.