On Windows, I did pip3 install vprof, but that didn't create any vprof.bat nor vprof.exe anywhere, so when I try something like vprof -c <config> <src> in the command line (as suggested by the readme), I get "'vprof' is not recognized as an internal or external command, operable program or batch file."
Should I add something specific to my environment variables?
On Windows, I did
pip3 install vprof, but that didn't create anyvprof.batnorvprof.exeanywhere, so when I try something likevprof -c <config> <src>in the command line (as suggested by the readme), I get "'vprof' is not recognized as an internal or external command, operable program or batch file."Should I add something specific to my environment variables?