Function ic_cdk::api::performance_counter
source ยท pub fn performance_counter(counter_type: u32) -> u64Expand description
Get the value of specified performance counter.
Supported counter type: 0 : instruction counter. The number of WebAssembly instructions the system has determined that the canister has executed.