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