Sign inSign up

taion809/flamescope-build

By taion809

•Updated over 8 years ago

Flamescope

Image
0

201

taion809/flamescope-build repository overview

This is a containerized version of flamescope.

You can pull down your perfomance samples locally and mount a volume to the container to visualize.

docker run \
  --rm \
  -e "FLAMESCOPE_STACK_DIR=samples" \
  -p 5000:5000 \
  -v `pwd`/samples/:/usr/src/app/samples \
  taion809/flamescope-build

Flamescope is then available on http://localhost:5000

Tag summary

Content type

Image

Digest

Size

270.8 MB

Last updated

over 8 years ago

docker pull taion809/flamescope-build