Skip to content
/ rock Public

Parser for the golang pprof profile format with mimalloc (on Linux) allocator

License

Notifications You must be signed in to change notification settings

rustatian/rock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rock

CI

Parser for the golang pprof profile format with mimalloc (on Linux) allocator. Data passed to the Rock can be in the same zip/pb.gz archive as produces pprof (by default stored on Linux in $HOME/pprof/...)

This library can be used as intergration with http server (for example) to continuously parse profiles.

To do that, use:

Buffer::decode(&mut Vec<u8>) -> Result<Profile, RockError>

Profile will contain fully parsed pprof profile.

About

Parser for the golang pprof profile format with mimalloc (on Linux) allocator

Topics

Resources

License

Stars

Watchers

Forks

Languages