RelativeFrameTimeHistogram.GetBucketCounters Method

Definition

Returns the counts for the all the relative frame time buckets.

[Android.Runtime.Register("getBucketCounters", "()[I", "GetGetBucketCountersHandler", ApiSince=36)]
public virtual int[] GetBucketCounters();
[<Android.Runtime.Register("getBucketCounters", "()[I", "GetGetBucketCountersHandler", ApiSince=36)>]
abstract member GetBucketCounters : unit -> int[]
override this.GetBucketCounters : unit -> int[]

Returns

Int32[]

an array of integers representing the counts of relative frame times. This value cannot be null.

Attributes

Remarks

Returns the counts for the all the relative frame time buckets.

Java documentation for android.app.jank.RelativeFrameTimeHistogram.getBucketCounters().

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