Crate re_tracing

Source
Expand description

Helpers for tracing/spans/flamegraphs and such.

Modules§

reexports

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.

Structs§

Profiler
Wraps a connection to a puffin viewer.