Expand description
Helpers for tracing/spans/flamegraphs and such.
Modules§
Macros§
- profile_
function - Create a profile scope based on the function name.
- profile_
function_ if - Create a profile scope based on the function name, if the given condition holds true.
- profile_
scope - Create a profiling scope with a custom name.
- profile_
scope_ if - Create a profiling scope with a custom name, if the given condition holds true.
- profile_
wait - Create a special profiling scope that indicates that we are waiting for some other thread to finish.