[Valgrind-users] Valgrind t-shirts available at FreeWear.org

2010-05-05 Thread Nicholas Nethercote
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

[Valgrind-users] How can I compile fo x64bit

2010-05-05 Thread Behzat
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

Re: [Valgrind-users] callgrind and --collect-systime=yes

2010-05-05 Thread Josef Weidendorfer
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

[Valgrind-users] callgrind and --collect-systime=yes

2010-05-05 Thread Vojtech Fried
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