Profiling extension modules

George Sakkis gsakkis at rutgers.edu
Thu Jun 23 02:10:44 EDT 2005


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




More information about the Python-list mailing list