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
For NodeJS service I use CPU profiler from node:inspector.
In order to analyse profile, every time .cpuprofile file should be manually extracted and passed to https://www.speedscope.app/.
But it would be more handy to return speedscope html after profile is ready.
Is there any possibility to use speedscope not only through CLI?
The text was updated successfully, but these errors were encountered:
For NodeJS service I use CPU profiler from
node:inspector
.In order to analyse profile, every time
.cpuprofile
file should be manually extracted and passed to https://www.speedscope.app/.But it would be more handy to return
speedscope
html after profile is ready.Is there any possibility to use
speedscope
not only through CLI?The text was updated successfully, but these errors were encountered: