Crate re_tracing
source ·Expand description
Helpers for tracing/spans/flamegraphs and such.
Modules§
- server 🔒
Macros§
- Create a profile scope based on the function name.
- Create a profile scope based on the function name, if the given condition holds true.
- Create a profiling scope with a custom name.
- Create a profiling scope with a custom name, if the given condition holds true.
- Create a special profiling scope that indicates that we are waiting for some other thread to finish.
Structs§
- Wraps a connection to a [
puffin
] viewer.