Values.FrameMetricSourceThe frame name, metric type, and thread states. These are used to derive the value of the metric for the frame.
type nonrec t = {frameName : String_.t;Name of the method common across the multiple occurrences of a frame in an application profile.
*)threadStates : ThreadStates.t;List of application runtime thread states used to get the counts for a frame a derive a metric value.
*)type_ : MetricType.t;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.
*)}val make :
frameName:String_.t ->
threadStates:ThreadStates.t ->
type_:MetricType.t ->
unit ->
t