Hi, is it possible to build boost.python such that the python version
gets embedded in the .so name along with the compiler name, version,
multithread flags, etc? For example,
"libboost_python25-gcc41-mt-1_35.so" instead of
"libboost_python-gcc41-mt-1_35.so"
Alternatively, is it possible to
Alex Mohr wrote:
I am aware that oprofile and valgrind exist.
Has anyone of you ever done profiling
a C or C++ extension with gprof?
Not me, but I have to say that valgrind's callgrind tool with
kcachegrind to view the results has been perhaps the best profiling
experience I've had on Linux
stephan nies wrote:
Hi Mark,
just had a quick glance at the google-perftools documentation.
Could you provide a little more Detail in how you use it
with a python extension? Do you link against libprofiler.so
or do you use LD_PRELOAD ?
Do you do anything special other than that? Or do you
just