Function print_execution_stats

Source
fn print_execution_stats<N: Network>(
    vm: &VM<N, ConsensusMemory<N>>,
    program_name: &str,
    execution: &Execution<N>,
    priority_fee: Option<u64>,
    consensus_version: ConsensusVersion,
) -> Result<()>
Expand description

Pretty‑print execution statistics without a table, using the same UI conventions as print_deployment_plan.