pub struct PythonProfiler {}Implementations§
Source§impl PythonProfiler
impl PythonProfiler
pub fn profile_continuous( &self, python_script: &str, ) -> Result<ProfileResult, String>
pub fn profile_pid(&self, pid: u32) -> Result<ProfileResult, String>
pub fn profile_to_common_format( &self, python_script: &str, ) -> Result<CommonProfileData, String>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PythonProfiler
impl RefUnwindSafe for PythonProfiler
impl Send for PythonProfiler
impl Sync for PythonProfiler
impl Unpin for PythonProfiler
impl UnwindSafe for PythonProfiler
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