Trait polkadot_sdk_frame::benchmarking::prelude::v1::v2::Recording
pub trait Recording {
// Provided methods
fn start(&mut self) { ... }
fn stop(&mut self) { ... }
}
Expand description
The recording trait used to mark the start and end of a benchmark.