Crate flamer

source ·
Expand description

A procedural attribute-macro to insert flame calls into code

You can annotate modules or functions with #[flame] (currently you cannot annotate the whole crate, alas). You can also annotate modules, functions or other items with #[noflame] to omit them from the flame tracing.

Attribute Macros