pub fn record(
name: &'static str,
args: Bytes,
outs: Bytes,
start_ink: u64,
end_ink: u64,
address: Option<Address>,
)Expand description
Push one record into the active buffer (or the open sub-frame, if any). A no-op when tracing is disabled — zero cost on the hot path.