print_execution_stats

Function print_execution_stats 

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

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