Crate performance_mark_attribute
source ·Structs
- Context passed to a custom logging function.
Attribute Macros
- performance_mark is an attribute macro that adds performance (time) logging to methods. By default, it uses
println!
, but can be configured to use a custom method.