Skip to content

xyb/dotimage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DotImage

Convert profiling output to a dot graph using Gprof2Dot.

run

./dotimage.py

docker

DotImage in docker:

docker run -d -p 5000:5000 --name dotimage xieyanbo/dotimage

Or using your own data directory out of the docker box:

docker run -d -p 5000:5000 --name dotimage \
           -e UPLOAD_FOLDER=/opt -v /tmp/dotimage:/opt xieyanbo/dotimage

and using a browser to access http://your.host.ip:5000/

About

Convert profiling output to a dot graph using Gprof2Dot

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published