valgrind - callgrind output in specific file -


i want redirect output of callgrind file name call_grind.txt. when ever trying that, file generated there no output inside file. below example. valgrind --tool=callgrind --callgrind-out-file=/tmp/call_grind.txt , not getting callgrind.out. file in system. located. according understanding if run below command show create callgrind.out. file. valgrind --tool=callgrind

so how use tool , how read output file

the callgrind.out.<pid> or file specified --callgrind-out-file created if valgrind finished running successfully. check process exit code make sure 0 see if succeeded.


Comments

Popular posts from this blog

c# - Store DBContext Log in other EF table -

javascript - Karma not able to start PhantomJS on Windows - Error: spawn UNKNOWN -

Nuget pack csproj using nuspec -