开发者

What does --enable-profiling option do when compiling Python?

I'm buildinng my own Python-2.6 in linux. There's an option in configure for enabling C-level code profiling. I've never used tha开发者_Python百科t before; so just out of curiousity, what does that option do? what is it for?


Google tells me this:

Python can now be built with additional profiling for the interpreter itself, intended as an aid to people developing the Python core. Providing ---enable-profiling to the configure script will let you profile the interpreter with gprof

If you are unfamiliar with gprof, have a look at this link

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜