Google:
pprof is a tool for visualization and analysis of profiling data.
pprof reads a collection of profiling samples in profile.proto format and generates reports to visualize and help analyze the data. It can generate both text and graphical reports (through the use of the dot visualization package).
Combine with pprof-nodejs to profile Node.js apps with V8 CPU and Heap profilers.

Leave a Reply