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
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.