Re: [Valgrind-users] there is no callgrind.out

2013-04-18 Thread Paul Floyd
On 18 Apr 2013, at 19:15, Mahmood Naderan wrote: > Dear all, > I want to use kcachegrind and callgrind to profile my program and find the > hotspot. The problem is, I use --tool=callgrind but there is no calgrind > output file. > > Here is the detail: > My program at the top level uses a tcl s

Re: [Valgrind-users] there is no callgrind.out

2013-04-18 Thread Mahmood Naderan
ct: Re: [Valgrind-users] there is no callgrind.out Am 18.04.2013 19:15, schrieb Mahmood Naderan: > the -valgrind option will set >      valgrind --tool=callgrind --tool=memcheck -v --trace-children=yes > in the command line. The 2nd --tool option overrides the first, as you can not run multipl

Re: [Valgrind-users] there is no callgrind.out

2013-04-18 Thread Josef Weidendorfer
Am 18.04.2013 19:15, schrieb Mahmood Naderan: > the -valgrind option will set > valgrind --tool=callgrind --tool=memcheck -v --trace-children=yes > in the command line. The 2nd --tool option overrides the first, as you can not run multiple tools at once. Josef

[Valgrind-users] there is no callgrind.out

2013-04-18 Thread Mahmood Naderan
Dear all, I want to use kcachegrind and callgrind to profile my program and find the hotspot. The problem is, I use --tool=callgrind but there is no calgrind output file. Here is the detail: My program at the top level uses a tcl script. What I run is    [mahmood@mpc /home/mahmood/trunk]$ scri