Crate async_instrumenter

Source

Re-exports§

pub use log;

Macros§

dbg_instrument
Debug log how long a future took to execute
instrument
Debug log how long a future took to execute

Structs§

InstrumentFuture
Wraps a future and determines exactly how long it took to execute
InstrumentFutureResult