macro_rules! profile_log {
($($arg:tt)*) => { ... };
}Expand description
Forwards to blvm_consensus::profile_log! so upper layers avoid naming blvm-consensus directly.
When the profile feature is off on consensus, the inner macro expands to a no-op.