Crate pew [] [src]

Macros

pew_bench

A convenience macro for stringifying a benchmark function

Structs

Benchmark

The main Benchmark struct

State

The benchmark state

Functions

clobber

This method forces the compiler to not optimize writes to memory in a benchmark.

do_not_optimize

This method forces the compiler to not optimize the return statement of a benchmark.