mapbox-maps-android
mapbox-maps-android
/
com.mapbox.maps
/
CumulativeRenderingStatistics
Cumulative
Rendering
Statistics
class
CumulativeRenderingStatistics
:
Serializable
Constructors
Functions
Properties
Constructors
Cumulative
Rendering
Statistics
Link copied to clipboard
open
fun
CumulativeRenderingStatistics
(
@
Nullable
drawCalls
:
Long
,
@
Nullable
textureBytes
:
Long
,
@
Nullable
vertexBytes
:
Long
,
@
Nullable
graphicsPrograms
:
Long
,
@
Nullable
graphicsProgramsCreationTimeMillis
:
Double
)
Functions
equals
Link copied to clipboard
open
fun
equals
(
object
:
Any
)
:
Boolean
hash
Code
Link copied to clipboard
open
fun
hashCode
(
)
:
Int
to
String
Link copied to clipboard
open
fun
toString
(
)
:
String
Properties
draw
Calls
Link copied to clipboard
@
Nullable
@get:
Nullable
val
drawCalls
:
Long
graphics
Programs
Link copied to clipboard
@
Nullable
@get:
Nullable
val
graphicsPrograms
:
Long
graphics
Programs
Creation
Time
Millis
Link copied to clipboard
@
Nullable
@get:
Nullable
val
graphicsProgramsCreationTimeMillis
:
Double
texture
Bytes
Link copied to clipboard
@
Nullable
@get:
Nullable
val
textureBytes
:
Long
vertex
Bytes
Link copied to clipboard
@
Nullable
@get:
Nullable
val
vertexBytes
:
Long