Re: [Valgrind-users] Callgrind longest possible run

2016-07-12 Thread Milian Wolff
On Dienstag, 12. Juli 2016 14:23:13 CEST Josef Weidendorfer wrote: > Am 08.07.2016 um 01:03 schrieb Stepan Zakharov: > > Hello, > > If I remember correct, callgrind takes x30 overhead in general (when I > > was running it). Usually , I had to run it on small tasks that won't > > take more then a fe

Re: [Valgrind-users] Callgrind longest possible run

2016-07-12 Thread Josef Weidendorfer
Am 08.07.2016 um 01:03 schrieb Stepan Zakharov: > Hello, > If I remember correct, callgrind takes x30 overhead in general (when I > was running it). Usually , I had to run it on small tasks that won't > take more then a few minutes, so this was not a bother to me. > > But right now I am wonering if

Re: [Valgrind-users] Callgrind longest possible run

2016-07-08 Thread Philippe Waroquiers
On Fri, 2016-07-08 at 14:38 +0300, Stepan Zakharov wrote: > Thanks. I will look into that option. Yes, callgrind and kcachegrind are very easy to use/very precise/..., but the price to pay is the slowness. Other profilers having much less overhead might be good enough. > But I can also split my ta

Re: [Valgrind-users] Callgrind longest possible run

2016-07-08 Thread Stepan Zakharov
@lists.sourceforge.net Subject: Re: [Valgrind-users] Callgrind longest possible run 08.07.2016, 02:04, "Stepan Zakharov" : > Hello, > If I remember correct, callgrind takes x30 overhead in general (when I was > running it). Usually , I had to run it on small tasks that won't take mo

Re: [Valgrind-users] Callgrind longest possible run

2016-07-08 Thread Konstantin Tokarev
08.07.2016, 02:04, "Stepan Zakharov" : > Hello, > If I remember correct, callgrind takes x30 overhead in general (when I was > running it). Usually , I had to run it on small tasks that won't take more > then a few minutes, so this was not a bother to me. > > But right now I am wonering if I ca