Sign inSign up

xieyanbo/dotimage

By xieyanbo

Updated about 10 years ago

Convert profiling output to a dot graph

Image
0

506

xieyanbo/dotimage repository overview

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/

Tag summary

Content type

Image

Digest

sha256:29d55734e

Size

264.6 MB

Last updated

about 10 years ago

docker pull xieyanbo/dotimage