pub struct BottleneckAnalyzer;Expand description
Bottleneck analyzer for identifying performance issues
Implementations§
Source§impl BottleneckAnalyzer
impl BottleneckAnalyzer
Sourcepub fn analyze(data: &ProfileData) -> BottleneckReport
pub fn analyze(data: &ProfileData) -> BottleneckReport
Analyze profile data and identify bottlenecks
Auto Trait Implementations§
impl Freeze for BottleneckAnalyzer
impl RefUnwindSafe for BottleneckAnalyzer
impl Send for BottleneckAnalyzer
impl Sync for BottleneckAnalyzer
impl Unpin for BottleneckAnalyzer
impl UnwindSafe for BottleneckAnalyzer
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