macro_rules! trace_once { ($($arg:tt)+) => { ... }; }
Call trace! once per call site.
trace!
Useful for logging within systems which are called every frame.