public static interface FrameMetric.Builder extends SdkPojo, CopyableBuilder<FrameMetric.Builder,FrameMetric>
| Modifier and Type | Method and Description |
|---|---|
FrameMetric.Builder |
frameName(String frameName)
Name of the method common across the multiple occurrences of a frame in an application profile.
|
FrameMetric.Builder |
threadStates(Collection<String> threadStates)
List of application runtime thread states used to get the counts for a frame a derive a metric value.
|
FrameMetric.Builder |
threadStates(String... threadStates)
List of application runtime thread states used to get the counts for a frame a derive a metric value.
|
FrameMetric.Builder |
type(MetricType type)
A type of aggregation that specifies how a metric for a frame is analyzed.
|
FrameMetric.Builder |
type(String type)
A type of aggregation that specifies how a metric for a frame is analyzed.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildFrameMetric.Builder frameName(String frameName)
Name of the method common across the multiple occurrences of a frame in an application profile.
frameName - Name of the method common across the multiple occurrences of a frame in an application profile.FrameMetric.Builder threadStates(Collection<String> threadStates)
List of application runtime thread states used to get the counts for a frame a derive a metric value.
threadStates - List of application runtime thread states used to get the counts for a frame a derive a metric value.FrameMetric.Builder threadStates(String... threadStates)
List of application runtime thread states used to get the counts for a frame a derive a metric value.
threadStates - List of application runtime thread states used to get the counts for a frame a derive a metric value.FrameMetric.Builder type(String type)
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.
type - 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.MetricType,
MetricTypeFrameMetric.Builder type(MetricType type)
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.
type - 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.MetricType,
MetricTypeCopyright © 2023. All rights reserved.