Re: how to profiling imap process with valgrind

2014-09-04 Thread Teemu Huovila
Hello On 09/04/2014 10:53 PM, morrison wrote: > I want to profile runtime performance of imap and pop3 processes. There > processes are forked by dovecot master process. I am wondering if there is a > way I can profile these processes with valgrind. I tried "service = > /bin/valgrind /bin/imap"

how to profiling imap process with valgrind

2014-09-04 Thread morrison
Hi, I want to profile runtime performance of imap and pop3 processes. There processes are forked by dovecot master process. I am wondering if there is a way I can profile these processes with valgrind. I tried "service = /bin/valgrind /bin/imap" but this did not work. Thanks,