Crate gbench[][src]

This crate provides the tools to benchmark code for further analyzation using Chrome tracing.

Macros

instantiate

A macro for instantiating the global environment for benchmark logging.

log

A macro for logging an event.

scope

A macro for benchmarking a scope of code

Structs

Instantiator

A sctruct used for instantiating global data.

TimeScope

A sctruct used for benchmarking scopes that it is in.