InitialSyncRequest

data class InitialSyncRequest(    val requestDurationMs: Int,     val downloadDurationMs: Int,     val treatmentDurationMs: Int,     val nbOfJoinedRooms: Int) : StatisticEvent

Initial sync request, response downloading, and treatment (parsing and storage) of response.

Constructors

Link copied to clipboard
fun InitialSyncRequest(    requestDurationMs: Int,     downloadDurationMs: Int,     treatmentDurationMs: Int,     nbOfJoinedRooms: Int)

Properties

Link copied to clipboard
val downloadDurationMs: Int
Link copied to clipboard
val nbOfJoinedRooms: Int
Link copied to clipboard
val requestDurationMs: Int
Link copied to clipboard
val treatmentDurationMs: Int