Skip to main content

Crate piano_runtime

Crate piano_runtime 

Source

Structs§

PianoAllocator
A global allocator wrapper that tracks allocation counts and bytes.
PianoFuture
Future wrapper for async function instrumentation.

Functions§

enter
Enter a profiled function. Returns a Guard that aggregates on drop.
enter_async
Wrap an async function body for profiling.