'configure python to enable C level code profiling

the configuration gives an option for this,

./configure --enable-profiling

but how exactly do I use this, I would like to profile C functions, as I run python code.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source