Trait pallet_staking::benchmarking::v1::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.