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
I'm new to node and memory profiling on node apps,
rn i'm using node20 with a React App, and I want to get the heap-profile to decide on memory limits for my node app under a docker container, I was able to run your library without any problems, but there's nothing under README.md file describing any tool that can read the output from your library, Maybe can you point me out a way to read the profiling results?
all the best
The text was updated successfully, but these errors were encountered:
The results could be loaded on Google Chrome Developer Tools. If you need some FlameGraphs for CPU Profiling, then you can use some tools that support FlameGraphs, e.g., speedscope
Hey @mmarchini
I'm new to node and memory profiling on node apps,
rn i'm using node20 with a React App, and I want to get the heap-profile to decide on memory limits for my node app under a docker container, I was able to run your library without any problems, but there's nothing under README.md file describing any tool that can read the output from your library, Maybe can you point me out a way to read the profiling results?
all the best
The text was updated successfully, but these errors were encountered: