You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: contributingGuides/PERFORMANCE_METRICS.md
+3-1
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,9 @@ Project is using Firebase for tracking these metrics. However, not all of them a
25
25
|`open_report_thread`| ✅ | Time taken to open a thread in a report.<br><br>**Platforms:** All | Starts when user presses Report Action Item. | Stops when the `ReportActionsList` finishes laying out. |
26
26
|`send_message`| ✅ | Time taken to send a message.<br><br>**Platforms:** All | Starts when the new message is sent. | Stops when the message is being rendered in the chat. |
27
27
|`pusher_ping_pong`| ✅ | The time it takes to receive a PONG event through Pusher.<br><br>**Platforms:** All | Starts every minute and repeats on the minute. | Stops when the event is received from the server. |
28
+
|`open_create_expense`| ❌ | Time taken to open "Create expense" screen.<br><br>**Platforms:** All | Starts when the `Create expense` is pressed. | Stops when the `IOURequestStartPage` finishes laying out. |
29
+
|`open_create_expense_contact`| ❌ | Time taken to "Create expense" screen.<br><br>**Platforms:** All | Starts when the `Next` button on `Create expense` screen is pressed. | Stops when the `IOURequestStepParticipants` finishes laying out. |
30
+
|`open_create_expense_approve`| ❌ | Time taken to "Create expense" screen.<br><br>**Platforms:** All | Starts when the `Contact` on `Choose recipient` screen is selected. | Stops when the `IOURequestStepConfirmation` finishes laying out. |
28
31
29
32
## Documentation Maintenance
30
33
@@ -38,7 +41,6 @@ To ensure this documentation remains accurate and useful, please adhere to the f
38
41
39
42
4.**Code Location Changes**: If the placement of a metric in the code changes, update the "Start time" and "End time" columns to reflect the new location.
0 commit comments