Is it on the roadmap to get the devtools-protocol Profiler supported? #1718
rsouthgate
started this conversation in
Ideas
Replies: 1 comment
-
|
It is not currently on our roadmap. However things like this are driven by React Native - if they decide that they and/or their users need it, and it fits in their strategy, they request it from us and then we collectively figure out what to do. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I was trying to gather coverage data from the js code and was wondering what the likelihood of Hermes ever natively supporting instrumentation (via Profiler.startPreciseCoverage). I don't know much about Hermes internals, but I know c++ code can be covered with gcov and I assume sourcemaps are already heavily used to trace the c back to js/ts in the various other devtools that can see the names of executed function. So 🤞it's coming one day!
Beta Was this translation helpful? Give feedback.
All reactions