Struct tikv_jemalloc_ctl::stats_print::Options
source · pub struct Options {
pub json_format: bool,
pub skip_constants: bool,
pub skip_merged_arenas: bool,
pub skip_per_arena: bool,
pub skip_bin_size_classes: bool,
pub skip_large_size_classes: bool,
pub skip_mutex_statistics: bool,
/* private fields */
}
Expand description
Statistics configuration.
All options default to false
.
Fields§
§json_format: bool
If set, the output will be JSON-formatted.
This corresponds to the J
character.
skip_constants: bool
If set, information that never changes during execution will be skipped.
This corresponds to the g
character.
skip_merged_arenas: bool
If set, merged information about arenas will be skipped.
This corresponds to the m
character.
skip_per_arena: bool
If set, information about individual arenas will be skipped.
This corresponds to the a
character.
skip_bin_size_classes: bool
If set, information about individual size classes for bins will be skipped.
This corresponds to the b
character.
skip_large_size_classes: bool
If set, information about individual size classes for large objects will be skipped.
This corresponds to the l
character.
skip_mutex_statistics: bool
If set, mutex statistics will be skipped.
This corresponds to the x
character.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Options
impl RefUnwindSafe for Options
impl Send for Options
impl Sync for Options
impl Unpin for Options
impl UnwindSafe for Options
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)