Noel O'Boyle wrote:
> I'm trying to profile an optimization using MMFF94 (obminimize) using
> OB22x and gprof as follows:

I'll second Geoff's recommendation of valgrind.  It works on unmodified code, 
and runs it in a virtual machine that measures EVERY instruction that's 
executed.  No sampling, it's the real deal.  While you're at it, valgrind can 
report on all sorts of other problems like memory leaks and illegal memory 
access.

Craig

------------------------------------------------------------------------------
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
_______________________________________________
OpenBabel-Devel mailing list
OpenBabel-Devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openbabel-devel

Reply via email to