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
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
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
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