Use speedscope programmatically
Open
- Dominant language
- TypeScript
- Stars
- 6.8k
- Forks
- 320
- PR merge metrics
- No merged PRs in 30d
Description
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?
Contributor guide
Assessment
This issue has not been assessed yet.