Re: [Valgrind-users] using valgrind at specific point while running program

2013-08-26 Thread Vasily Golubev
t; Regards, > Mahmood* > * > > -- > *From:* Vasily Golubev > *To:* "valgrind-users@lists.sourceforge.net" < > valgrind-users@lists.sourceforge.net> > *Sent:* Monday, August 26, 2013 5:12 PM > > *Subject:* Re: [Valgrind-users] usi

Re: [Valgrind-users] using valgrind at specific point while running program

2013-08-26 Thread Mahmood Naderan
gust 26, 2013 5:12 PM Subject: Re: [Valgrind-users] using valgrind at specific point while running program Hello, Mr. Naderan. What particular tool would you like to use (Memcheck, Callgrind, Massif)? If callgrind - you can switch off instrumentation at the start and then switch i

Re: [Valgrind-users] using valgrind at specific point while running program

2013-08-26 Thread Vasily Golubev
mood Naderan ; " > valgrind-users@lists.sourceforge.net" < > valgrind-users@lists.sourceforge.net> > Cc: > Sent: Monday, August 26, 2013 12:17 PM > Subject: Re: [Valgrind-users] using valgrind at specific point while > running program > > > > 26.08.2013,

Re: [Valgrind-users] using valgrind at specific point while running program

2013-08-26 Thread Jonatan Wallmander
On 08/26/2013 10:00 AM, Mahmood Naderan wrote: > Thanks. To be honest, I didn't understand! > It seems that with these macros, I can insert them in the specific section of > the code. However my problem is different. There are iterative functions. So > I want to start valgrind after, say, 0.5 hou

Re: [Valgrind-users] using valgrind at specific point while running program

2013-08-26 Thread Konstantin Tokarev
26.08.2013, 12:00, "Mahmood Naderan" : > Thanks. To be honest, I didn't understand! > It seems that with these macros, I can insert them in the specific section of > the code. However my problem is different. There are iterative functions. So > I want to start valgrind after, say, 0.5 hours of

Re: [Valgrind-users] using valgrind at specific point while running program

2013-08-26 Thread Mahmood Naderan
gards, Mahmood - Original Message - From: Konstantin Tokarev To: Mahmood Naderan ; "valgrind-users@lists.sourceforge.net" Cc: Sent: Monday, August 26, 2013 12:17 PM Subject: Re: [Valgrind-users] using valgrind at specific point while running program 26.08.2013, 11:45, &

Re: [Valgrind-users] using valgrind at specific point while running program

2013-08-26 Thread Konstantin Tokarev
26.08.2013, 11:45, "Mahmood Naderan" : > I want to use valrgind at a specific time while my program is running. For > example, when I use -O3 it will take 0.5 hours to reach the desired point. > When I use -g -ggdb it will take nearly 2.5 hours to reach the desired point. > > Now if I use valgr