Struct test::bench::Bencher [−][src]
pub struct Bencher {
pub bytes: u64,
// some fields omitted
}🔬 This is a nightly-only experimental API. (
test)Expand description
基准测试管理。
这被馈入标有 #[bench] 的函数中,以便在通过调用 iter 重复运行一段代码之前进行设置和拆除。
Fields
bytes: u64🔬 This is a nightly-only experimental API. (
test)