Roland Smith wrote:
gprof is part of the base system. Valgrind is available in ports, but
only for the i386 architecture.
Roland
Unfortunately, Valgrind is rather hopeless on fbsd for multithreaded
programs. I had to resort to using Ubuntu when Valgrinding.
N :o)
___
> Valgrind is rather hopeless on fbsd for multithreaded programs
Interesting. Thanks for the note.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questi
On Wed, Jul 29, 2009 at 09:04:47PM -0400, Daniel Underwood wrote:
> Thanks for the reply. I should have said that I'm also interested in
> profilers. I have limited experience (in Linux) using gprof and
> valgrind.
gprof is part of the base system. Valgrind is available in ports, but
only for th
Thanks for the reply. I should have said that I'm also interested in
profilers. I have limited experience (in Linux) using gprof and
valgrind.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To
On Wed, Jul 29, 2009 at 12:58:19PM -0400, Daniel Underwood wrote:
> I'm programming a multithreaded scientific program using pthreads and
> c++. Currently The model is SMP, but may investigate MMP using MPI in
> the future. Can anyone suggest a good debugger and possibly an
> associated GUI? (E.g
I'm programming a multithreaded scientific program using pthreads and
c++. Currently The model is SMP, but may investigate MMP using MPI in
the future. Can anyone suggest a good debugger and possibly an
associated GUI? (E.g., gdb and ddd.)
Along the same lines, are there any free solutions compa