[][src]Module dudect_bencher::ctbench

Structs

BenchMetadata

Represents a single benchmark to conduct

BenchName

Just a static str representing the name of a function

BenchOpts

Benchmarking options.

CtRunner

Used for timing single operations at a time

Enums

Class

Specifies the distribution that a particular run belongs to

Functions

run_benches_console

Runs the given benches under the given options and prints the output to the console

Type Definitions

BenchFn

A function that is to be benchmarked. This crate only supports statically-defined functions.

BenchRng

A random number generator implementing rand::SeedableRng. This is given to every benchmarking function to use as a source of randomness.