pub struct EvmExtProfiler {
pub timings: Vec<(String, u64)>,
}Expand description
EVM pass profiler
Fields§
§timings: Vec<(String, u64)>Implementations§
Trait Implementations§
Source§impl Debug for EvmExtProfiler
impl Debug for EvmExtProfiler
Source§impl Default for EvmExtProfiler
impl Default for EvmExtProfiler
Source§fn default() -> EvmExtProfiler
fn default() -> EvmExtProfiler
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for EvmExtProfiler
impl RefUnwindSafe for EvmExtProfiler
impl Send for EvmExtProfiler
impl Sync for EvmExtProfiler
impl Unpin for EvmExtProfiler
impl UnsafeUnpin for EvmExtProfiler
impl UnwindSafe for EvmExtProfiler
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more