pelikan icon indicating copy to clipboard operation
pelikan copied to clipboard

rust metrics improvements

Open brayniac opened this issue 4 years ago • 1 comments

We would like to have the ability to produce a binary without metrics overheads. Ideally, metrics could also be disabled at runtime with low overhead.

It's possible that using macros - similar to the log!() macro - would help address this when combined with conditional compilation.

See #313 where this is reflected in PR feedback.

brayniac avatar Jan 29 '21 03:01 brayniac

Relates to and will likely address #272

brayniac avatar Jan 29 '21 03:01 brayniac