-
Notifications
You must be signed in to change notification settings - Fork 51.2k
[DevTools] hotkey to start/stop profiling #35160
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
emily8rown
merged 21 commits into
react:main
from
emily8rown:devtools-profiling-hot-key
Nov 21, 2025
+113
−3
Merged
Changes from 2 commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
9e916c2
[DevTools] hotkey to start/stop profiling
emily8rown 138fb2c
Fixed linting issue
emily8rown 144b936
use useEffectEvent to avoid unneccessary resubscription
emily8rown 344d8a5
changed strict equality check to abstract
emily8rown a793da8
add check navigator variable is defined before use
emily8rown fa8526a
fixed imports
emily8rown fde4bff
Check if navigator is defined in profiler
emily8rown 0205bd0
Merge branch 'facebook:main' into devtools-profiling-hot-key
emily8rown d4f533a
Test for the hotkey to toggle profiling
emily8rown 9e756af
Fix linting issues
emily8rown 3f397de
Fix linting errors
emily8rown de7e0c2
Comment spelling correction
emily8rown 5180a8f
removed polling for hotkey test
emily8rown b405364
Removed unecessary comment
emily8rown 3424b9a
replaced timout and promise with utils.act
emily8rown 6c0d2b7
Switch test to use fake timers and turn recursively flush off
emily8rown daf937c
Update comment for profiler hotkey test
emily8rown 3a2759a
switched to async for dispatching key event in the test
emily8rown bde0b30
switch test to utils.act for rendering profiler
emily8rown f62931b
Corrected comment
emily8rown 501fe42
Merge branch 'devtools-profiling-hot-key' of https://github.com/emily…
emily8rown File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.