Expand description
This crate contains tools for testing, tracing, profiling and benchmarking.
So far, only helper for tracing
are implemented.
Modulesยง
- tracing
- This module provides tools for annotating functions such that calls are traced. That means that whenever the function is called and when it returns, an entry is written to the specified trace.