Crate performance_mark_attribute

Source

Structs§

LogContext
Context passed to a custom logging function.

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.