Web GUI to inspect Valgrind and Xdebug profiling reports.
1.8K
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 \
--rm \
-p 127.0.0.1:80:80 \
-v "${PWD}:/data" \
nedix/kcachegrind
/data directory using the sidebarGain performance insights of PHP applications using Xdebug as the profiling tool.
wget https://raw.githubusercontent.com/nedix/kcachegrind-container/main/docs/examples/compose-php.yml
docker compose -f compose-php.yml up
/data directory using the sidebarContent type
Image
Digest
sha256:bab619030…
Size
484.7 MB
Last updated
about 2 months ago
Requires Docker Desktop 4.37.1 or later.