pub struct BoaProfiler;Implementations§
Source§impl BoaProfiler
impl BoaProfiler
pub fn start_event(&self, _label: &str, _category: &str)
pub fn drop(&self)
pub fn global() -> BoaProfiler
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BoaProfiler
impl RefUnwindSafe for BoaProfiler
impl Send for BoaProfiler
impl Sync for BoaProfiler
impl Unpin for BoaProfiler
impl UnwindSafe for BoaProfiler
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