RelativeFrameTimeHistogram.GetBucketEndpointsMillis Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the relative frame time endpoints for the histogram.
[Android.Runtime.Register("getBucketEndpointsMillis", "()[I", "GetGetBucketEndpointsMillisHandler", ApiSince=36)]
public virtual int[] GetBucketEndpointsMillis();
[<Android.Runtime.Register("getBucketEndpointsMillis", "()[I", "GetGetBucketEndpointsMillisHandler", ApiSince=36)>]
abstract member GetBucketEndpointsMillis : unit -> int[]
override this.GetBucketEndpointsMillis : unit -> int[]
Returns
array of integers representing the endpoints for the predefined histogram count buckets. This value cannot be null.
- Attributes
Remarks
Returns the relative frame time endpoints for the histogram.
Index i
of #getBucketCounters
contains the count of frames that had a relative frame time between endpoints[i]
(inclusive) and endpoints[i+1]
(exclusive).
Java documentation for android.app.jank.RelativeFrameTimeHistogram.getBucketEndpointsMillis()
.
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.