Web GUI to inspect Valgrind and Xdebug profiling reports.
5.3K
Web GUI to inspect Valgrind and Xdebug profiling reports.

Gain performance insights of C and C++ applications using Valgrind with Callgrind as the profiling tool.
valgrind --tool=callgrind --dump-instr=yes --collect-jumps=yes <your program>
docker run \
--name kcachegrind \
--pull always \
--restart unless-stopped \
-p 127.0.0.1:80:80 \
-v "${PWD}:/data" \
nedix/kcachegrind
/data directory in the sidebarGain performance insights of PHP applications using Xdebug as the profiling tool.
wget https://raw.githubusercontent.com/nedix/kcachegrind-container/main/stacks/php/compose-kcachegrind.yml
docker compose -f compose-kcachegrind.yml up -d
/data directory in the sidebarContent type
Image
Digest
sha256:5813a4c9f…
Size
465.5 MB
Last updated
about 1 month ago
docker pull nedix/kcachegrind