pub struct AutoFdoConfig {
pub perf_data_file: String,
pub binary_path: String,
pub profile_output: String,
pub sampling_frequency: u32,
}Fields§
§perf_data_file: String§binary_path: String§profile_output: String§sampling_frequency: u32Implementations§
Source§impl AutoFdoConfig
impl AutoFdoConfig
pub fn new(binary: impl Into<String>) -> Self
pub fn emit_perf_command(&self) -> String
pub fn emit_create_gcov_command(&self) -> String
Auto Trait Implementations§
impl Freeze for AutoFdoConfig
impl RefUnwindSafe for AutoFdoConfig
impl Send for AutoFdoConfig
impl Sync for AutoFdoConfig
impl Unpin for AutoFdoConfig
impl UnsafeUnpin for AutoFdoConfig
impl UnwindSafe for AutoFdoConfig
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