Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/global-console.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ console.timeStamp(

The `console.timeStamp` API allows you to add custom timing entries in the Performance panel timeline.
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"If you are not actively profiling, this is a no-op." - worth clarifying

TBD


:::note
The Performance panel is not available yet in React Native DevTools by default.
:::

**Parameters:**

| Name | Type | Required | Description |
Expand Down