Cargo Features

[dependencies]
iai-callgrind = { version = "0.10.2", default-features = false, features = ["benchmark", "client_requests", "client_requests_defs", "ui_tests"] }
default = benchmark

The benchmark feature is set by default whenever iai-callgrind is added without default-features = false somewhere in the dependency tree.

Affects iai-callgrind::internal

benchmark default

Enables bincode, iai-callgrind-macros, and iai-callgrind-runner

client_requests = client_requests_defs
client_requests_defs client_requests?

Enables cfg-if and cty

Affects iai-callgrind::client_requests

ui_tests