RelativeFrameTimeHistogram.AddRelativeFrameTimeMillis(Int32) Method

Definition

Increases the count by one for the bucket representing the relative frame time.

[Android.Runtime.Register("addRelativeFrameTimeMillis", "(I)V", "GetAddRelativeFrameTimeMillis_IHandler", ApiSince=36)]
public virtual void AddRelativeFrameTimeMillis(int frameTimeMillis);
[<Android.Runtime.Register("addRelativeFrameTimeMillis", "(I)V", "GetAddRelativeFrameTimeMillis_IHandler", ApiSince=36)>]
abstract member AddRelativeFrameTimeMillis : int -> unit
override this.AddRelativeFrameTimeMillis : int -> unit

Parameters

frameTimeMillis
Int32

relative frame time in millis, relative frame time is the difference between a frames deadline and when it was rendered.

Attributes

Remarks

Increases the count by one for the bucket representing the relative frame time.

Java documentation for android.app.jank.RelativeFrameTimeHistogram.addRelativeFrameTimeMillis(int).

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