pub struct BoltInstrumentationConfig {
pub reorder_blocks: bool,
pub reorder_functions: bool,
pub split_functions: bool,
pub dyno_stats: bool,
pub plt_call_opt: bool,
pub peepholes: bool,
}Fields§
§reorder_blocks: bool§reorder_functions: bool§split_functions: bool§dyno_stats: bool§plt_call_opt: bool§peepholes: boolImplementations§
Source§impl BoltInstrumentationConfig
impl BoltInstrumentationConfig
pub fn default_bolt() -> Self
pub fn emit_flags(&self) -> Vec<String>
Auto Trait Implementations§
impl Freeze for BoltInstrumentationConfig
impl RefUnwindSafe for BoltInstrumentationConfig
impl Send for BoltInstrumentationConfig
impl Sync for BoltInstrumentationConfig
impl Unpin for BoltInstrumentationConfig
impl UnsafeUnpin for BoltInstrumentationConfig
impl UnwindSafe for BoltInstrumentationConfig
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