Seeking assistance to use Valgrind and KCachegrind for code visualization on Windows without Linux subsystem. Struggling with Valgrind execution on Windows, need guidance to resolve the issue.

I was trying for the visual dynamic analysis of C code

1

There are 1 best solutions below

3
gulpr On

Struggling with Valgrind execution on Windows, need guidance to resolve the issue.

Valgrind is a Linux program which does not support Windows. Valgrind heavily relies on Linux internals, that’s why Valgrind does not support Windows. There are some Windows tools (like Deleaker) having the same purpose

KCachegrind also is a Linux-only tool. You can compile from sources QCachegrind - as far as I know, there is no binary distributed.