All Projects → rakyll → Pprof Merge

rakyll / Pprof Merge

Licence: apache-2.0
Merge multiple pprof profile files into a single file

Programming Languages

go
31211 projects - #10 most used programming language

pprof-merge

Merges multiple pprof profile files into one.

Installation

$ go get github.com/rakyll/pprof-merge

Usage

$ pprof-merge profile1.data profile2.data ...
$ pprof merged.data

Note: pprof already can work with multiple profile files. Example:

$ pprof profile1.data profile2.data ...

pprof-merge helps you to merge profiles in case you want to store them merged.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].