You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We've been running our production workloads with the --perf-basic-prof-only-functions flag and recording profiles with perf(1) with great success on node 14. Recently we upgraded to v16 and all the JIT symbols have been lost.
#407 (comment) notes that support for perf is traditionally unofficial but does work (up to v14, as of that comment). Was support officially or effectively abandoned in v16? Thanks!
The text was updated successfully, but these errors were encountered:
Hi!
We've been running our production workloads with the
--perf-basic-prof-only-functions
flag and recording profiles withperf(1)
with great success on node 14. Recently we upgraded to v16 and all the JIT symbols have been lost.I ran two instances of the same code on node 16.
With
--perf-basic-prof
:With
--perf-basic-prof-only-functions
:#407 (comment) notes that support for perf is traditionally unofficial but does work (up to v14, as of that comment). Was support officially or effectively abandoned in v16? Thanks!
The text was updated successfully, but these errors were encountered: