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
Currently the profiler always shows the garbage collector as being the hotspot and doesn't give any information on actual user code. Using the V8 profiler with node --prof-cpu and loading the file into Chrome Dev-Tools suggests this is probably due to the top down interpretation of the profiler data, while a bottom up visualization yields more relevant results.
The text was updated successfully, but these errors were encountered:
Currently the profiler always shows the garbage collector as being the hotspot and doesn't give any information on actual user code. Using the V8 profiler with
node --prof-cpu
and loading the file into Chrome Dev-Tools suggests this is probably due to the top down interpretation of the profiler data, while a bottom up visualization yields more relevant results.The text was updated successfully, but these errors were encountered: