Skip to content

Commit cd1eb56

Browse files
authored
[docs] Add extra note on Perf Panel annotations (facebook#4976)
1 parent 83e0122 commit cd1eb56

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/react-native-devtools.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ Performance tracing allows you to record a performance session within your app t
134134

135135
#### Useful tips
136136

137-
- Use [Annotations](https://developer.chrome.com/docs/devtools/performance/annotations) to label and mark up a performance trace — useful before [downloading and sharing](https://developer.chrome.com/docs/devtools/performance/save-trace) with a teammate.
137+
- Use [Annotations](https://developer.chrome.com/docs/devtools/performance/annotations) (shift-drag) to label and mark up a performance trace — useful before [downloading and sharing](https://developer.chrome.com/docs/devtools/performance/save-trace) a trace with a teammate. Annotations also provide a quick way to gauge time spans in **seconds**.
138138
- Use the [`PerformanceObserver` API](./global-PerformanceObserver.md) in your app to observe performance events at runtime — useful if you want to capture performance telemetry.
139139

140140
#### Learn more

0 commit comments

Comments
 (0)