Struct dvm_info::metrics::metric::Percentiles [−][src]
Time to process different chunks of executions.
Fields
p_50: u64
50% percentile
p_75: u64
75%
p_90: u64
90%
Trait Implementations
impl Clone for Percentiles
[src]
impl Clone for Percentiles
[src]fn clone(&self) -> Percentiles
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Default for Percentiles
[src]
impl Default for Percentiles
[src]fn default() -> Percentiles
[src]
impl PartialEq<Percentiles> for Percentiles
[src]
impl PartialEq<Percentiles> for Percentiles
[src]fn eq(&self, other: &Percentiles) -> bool
[src]
fn ne(&self, other: &Percentiles) -> bool
[src]
impl Serialize for Percentiles
[src]
impl Serialize for Percentiles
[src]impl StructuralPartialEq for Percentiles
[src]
Auto Trait Implementations
impl RefUnwindSafe for Percentiles
impl Send for Percentiles
impl Sync for Percentiles
impl Unpin for Percentiles
impl UnwindSafe for Percentiles
Blanket Implementations
impl<T> Instrument for T
[src]
impl<T> Instrument for T
[src]pub fn instrument(self, span: Span) -> Instrumented<Self>
[src]
pub fn in_current_span(self) -> Instrumented<Self>
[src]
impl<T> Instrument for T
[src]
impl<T> Instrument for T
[src]pub fn instrument(self, span: Span) -> Instrumented<Self>
[src]
pub fn in_current_span(self) -> Instrumented<Self>
[src]
impl<T> IntoRequest<T> for T
[src]
impl<T> IntoRequest<T> for T
[src]pub fn into_request(self) -> Request<T>
[src]
impl<T> Same<T> for T
impl<T> Same<T> for T
type Output = T
Should always be Self
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
pub fn vzip(self) -> V
impl<T> WithSubscriber for T
[src]
impl<T> WithSubscriber for T
[src]pub fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
[src]
S: Into<Dispatch>,