-
Notifications
You must be signed in to change notification settings - Fork 47.1k
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
ReactPerf 15.1.0-alpha.1 expose isProfiling on the exported object? #6762
Comments
|
Yeah I'll send a PR :) Should this |
Yeah, we can add |
the PR should be against which branch? |
Yep! |
I've opened the PR #6763 |
I've tested the new Perf tools on one of the screens in one app I'm working on and it works great :)
One thing I wanted also on the old one Perf tools was to be able to check whether the Perf tools are started or stopped, so basically exposing
ReactDebugTool
'sisProfiling
variable. My use for that is that I have a keyboard shortcut (in development) bound to start/stop the Perf tools and currently I'm forced to maintain such a variable myself to know whether to start or stop (which gets out of sync if I start/stop the perf tools without the keyboard shortcut).If you don't think it's worthwhile to expose
isProfiling
feel free to close this issue.The text was updated successfully, but these errors were encountered: