Is there a (relatively) simple way to profile an extension module, preferably without static linking ? It compiles with 'gcc -pg' but there are a bunch of undefined references at linking (_mcount, _monstartup, __mcleanup); googling for them didn't bring back anything particularly useful. Any ideas ?
George -- http://mail.python.org/mailman/listinfo/python-list