Struct aws_sdk_codeguruprofiler::model::frame_metric::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for FrameMetric
Implementations
Name of the method common across the multiple occurrences of a frame in an application profile.
Name of the method common across the multiple occurrences of a frame in an application profile.
A type of aggregation 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 occurrences of all frames in a profile.
A type of aggregation 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 occurrences of all frames in a profile.
Appends an item to thread_states
.
To override the contents of this collection use set_thread_states
.
List of application runtime thread states used to get the counts for a frame a derive a metric value.
List of application runtime thread states used to get the counts for a frame a derive a metric value.
Consumes the builder and constructs a FrameMetric
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