Jump to Content

New API Documentation - Developer Preview Available

We are excited to announce the developer preview of our new API documentation for AWS SDK for JavaScript v3. Please follow instructions on the landing page to leave us your feedback.

The frame name, metric type, and thread states. These are used to derive the value of the metric for the frame.

Hierarchy

  • FrameMetric

Properties

frameName: undefined | string

Name of the method common across the multiple occurrences of a frame in an application profile.

threadStates: undefined | string[]

List of application runtime thread states used to get the counts for a frame a derive a metric value.

type: undefined | string

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.