Crate performance_mark_macro
source ·Expand description
This crate implements the macro for performance_mark
and should not be used directly.
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.