Struct ::std::test::Bencher

Overview

A type to perform benchmarks.

This is the type of the argument to any function which is annotated with #[bench]

Methods

fn iter(self, f: Function) -> Tuple

Run a benchmark using the given closure.