Greetings everybody,
If you've ever wanted a Valgrind t-shirt, now is your chance. They
are available at freewear.org, more specifically at
http://www.freewear.org/?page=show_item&id=FW0031.
They've actually been available for over six months, but I've been lax
in promoting this fact, and so the
Hello everyone,
How can I compile valgrind for x64bit?
I attached current used make file for compiling. Any tips, suggest or help
would be most welcome.
Thanks&Regards,
Behzat
#
# Valgrind - http://valgrind.org/
#
# Valgrind is an award-winning suite of tools for debugging and profiling
# Li
Hi,
On Wednesday 05 May 2010, Vojtech Fried wrote:
> I wanted to measure how much time our application spends in situations like
> waiting for a locked mutex, IO, etc. - things that instruction count can
> hardly
> measure. Callgrind has an option --collect-systime that looks to be what I
> wa
Hi,
I wanted to measure how much time our application spends in situations like
waiting for a locked mutex, IO, etc. - things that instruction count can hardly
measure. Callgrind has an option --collect-systime that looks to be what I
want.
However, I have problems interpreting the results.
F