Struct stak_profiler::StackProfiler
source · pub struct StackProfiler<T: Write> { /* private fields */ }Implementations§
Trait Implementations§
source§impl<T: Write, P: PrimitiveSet> Profiler<P> for StackProfiler<T>
impl<T: Write, P: PrimitiveSet> Profiler<P> for StackProfiler<T>
fn profile_call(&mut self, vm: &Vm<'_, P>, call_code: Cons, return: bool)
fn profile_return(&mut self, vm: &Vm<'_, P>)
Auto Trait Implementations§
impl<T> Freeze for StackProfiler<T>where
T: Freeze,
impl<T> RefUnwindSafe for StackProfiler<T>where
T: RefUnwindSafe,
impl<T> Send for StackProfiler<T>where
T: Send,
impl<T> Sync for StackProfiler<T>where
T: Sync,
impl<T> Unpin for StackProfiler<T>where
T: Unpin,
impl<T> UnwindSafe for StackProfiler<T>where
T: UnwindSafe,
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