RenderThreadStats

Data class for holding frame stats.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String

Properties

Link copied to clipboard

List of rendered frames times in milliseconds.

Link copied to clipboard

50th percentile of frame times in milliseconds.

Link copied to clipboard

90th percentile of frame times in milliseconds.

Link copied to clipboard

95th percentile of frame times in milliseconds.

Link copied to clipboard

99th percentile of frame times in milliseconds.

Link copied to clipboard

Total number of dropped frames.

Link copied to clipboard

Total number of frames (rendered + dropped).

Link copied to clipboard

Total time in milliseconds that the recorder was running.