Struct aws_sdk_codeguruprofiler::model::metric::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for Metric
Implementations
The name of the method that appears as a frame in any stack in a profile.
The name of the method that appears as a frame in any stack in a profile.
A type that specifies how a metric for a frame is analyzed.
The supported value AggregatedRelativeTotalTime
is an
aggregation of the metric value for one frame that is calculated across the
occurences of all frames in a profile.
A type that specifies how a metric for a frame is analyzed.
The supported value AggregatedRelativeTotalTime
is an
aggregation of the metric value for one frame that is calculated across the
occurences of all frames in a profile.
Appends an item to thread_states
.
To override the contents of this collection use set_thread_states
.
The list of application runtime thread states that is used to calculate the metric value for the frame.
The list of application runtime thread states that is used to calculate the metric value for the frame.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more