FrameDataApi24
open class FrameDataApi24 : FrameData
FrameDataApi31 |
This class stores duration data for a single frame. |
This class stores duration data for a single frame.
This subclass of FrameData adds an additional value for frameDurationCpuNanos
| See also | |
|---|---|
jankHeuristicMultiplier |
|
putState |
Summary
Public constructors |
|---|
Public functions |
|
|---|---|
open FrameData |
copy()Utility method which makes a copy of the items in this object (including copying the items in |
open operator Boolean |
|
open Int |
hashCode() |
open String |
toString() |
Public properties |
|
|---|---|
Long |
The time spent in the non-GPU portions of this frame (in nanoseconds). |
Inherited properties |
||||||||
|---|---|---|---|---|---|---|---|---|
|
Public constructors
Public functions
Public properties
frameDurationCpuNanos
val frameDurationCpuNanos: Long
The time spent in the non-GPU portions of this frame (in nanoseconds). This includes the time spent on the UI thread frameDurationUiNanos plus time spent on the RenderThread.