Share via


AppJankStats.RelativeFrameTimeHistogram Property

Definition

Returns a Histogram containing relative frame times in millis grouped into predefined buckets.

public Android.App.Jank.RelativeFrameTimeHistogram RelativeFrameTimeHistogram { [Android.Runtime.Register("getRelativeFrameTimeHistogram", "()Landroid/app/jank/RelativeFrameTimeHistogram;", "", ApiSince=36)] get; }
[<get: Android.Runtime.Register("getRelativeFrameTimeHistogram", "()Landroid/app/jank/RelativeFrameTimeHistogram;", "", ApiSince=36)>]
member this.RelativeFrameTimeHistogram : Android.App.Jank.RelativeFrameTimeHistogram

Property Value

Histogram containing relative frame times in predefined buckets. This value cannot be null.

Attributes

Remarks

Returns a Histogram containing relative frame times in millis grouped into predefined buckets. See RelativeFrameTimeHistogram for more information.

Java documentation for android.app.jank.AppJankStats.getRelativeFrameTimeHistogram().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to