|
From: Joy V. <joy...@gm...> - 2008-06-13 21:13:10
|
I have a program that I would like to profile with cachegrind, but this program listens to a port an really only exits with a kill comand. I cannot get cachegrind to dump the profile information. Is there an option to incrementally dump profile info rather than on exit? Thanks. Joy |
|
From: Nicholas N. <nj...@cs...> - 2008-06-16 00:21:46
|
On Fri, 13 Jun 2008, Joy Vincent wrote: > I have a program that I would like to profile with cachegrind, but this > program listens to a port an really only exits with a kill comand. I cannot > get cachegrind to dump the profile information. Is there an option to > incrementally dump profile info rather than on exit? Cachegrind doesn't allow this, but Callgrind does, and Callgrind's features are mostly a superset of Cachegrind's. See http://www.valgrind.org/docs/manual/cl-manual.html#cl-manual.dumps. Nick |