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)

Run a benchmark using the given closure.