Add another performance check for cold start time until the cached room list is displayed
This commit is contained in:
parent
e1bd189ba0
commit
daf7bea39e
7 changed files with 91 additions and 0 deletions
|
|
@ -11,6 +11,7 @@ sealed class AnalyticsLongRunningTransaction(
|
|||
val name: String,
|
||||
val operation: String?,
|
||||
) {
|
||||
data object ColdStartUntilCachedRoomList : AnalyticsLongRunningTransaction("Cold start until cached room list is displayed", null)
|
||||
data object FirstRoomsDisplayed : AnalyticsLongRunningTransaction("First rooms displayed after login or restoration", null)
|
||||
data object ResumeAppUntilNewRoomsReceived : AnalyticsLongRunningTransaction("App was resumed and new room list items arrived", null)
|
||||
data object NotificationTapOpensTimeline : AnalyticsLongRunningTransaction("A notification was tapped and it opened a timeline", null)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue