Skip to content

sxgunchenko/FlameGraphProfileGenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

FlameGraphProfileGenerator

This script is intended to generate flame graph profile info using Linux' perf tool and FlameGraph utility by Brendan Gregg (see https://github.com/brendangregg/FlameGraph for more info)

Usage

sudo ./FlameGraphProfile.sh [options] executable-file [executable-args]

* sudo is needed here because of perf is used

Options

--help | -h        Print this message
--fg-path | -p     Set path to FlameGraph utility
--width | -w       Set output graph canvas width
--keep-tmp | -k    Keep (true) or clean (false) temporary files on exit
--output | -o      Output file name (if not provided will be
                   generated from executable file)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages