Enum tic::Interest [] [src]

pub enum Interest<T> {
    AllanDeviation(T),
    Count(T),
    Percentile(T),
    Trace(T, String),
    Waterfall(T, String),
}

an Interest registers a metric for reporting

Variants

Calculate ADEV for the given metric

Keep a counter for the given metric

Calculate latency percentiles for metric

Creates a trace file of the latency heatmap

Generate a PNG plot of the latency heatmaps

Trait Implementations

impl<T: Clone> Clone for Interest<T>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<T: Eq> Eq for Interest<T>
[src]

impl<T: Hash> Hash for Interest<T>
[src]

[src]

Feeds this value into the given [Hasher]. Read more

1.3.0
[src]

Feeds a slice of this type into the given [Hasher]. Read more

impl<T: PartialEq> PartialEq for Interest<T>
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.