Struct inferno::differential::Options [−][src]
Configure the generated output.
All options default to off.
Fields
normalize: bool
Normalize the first profile count to match the second.
This can help in scenarios where you take profiles at different times, under varying load. If you generate a differential flame graph without setting this flag, everything will look red if the load increased, or blue if it decreased. If this flag is set, the first profile is balanced so you get the full red/blue spectrum.
strip_hex: bool
Strip hex numbers (addresses) of the form “0x45ef2173” and replace with “0x…”.
Trait Implementations
impl Clone for Options
[src]
impl Copy for Options
[src]
impl Debug for Options
[src]
impl Default for Options
[src]
Auto Trait Implementations
impl RefUnwindSafe for Options
impl Send for Options
impl Sync for Options
impl Unpin for Options
impl UnwindSafe for Options
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T
[src]
pub fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,