Cython -a flag (to generate yellow-shaded HTML) without command line
2012-06-17 17:34:52 GMT
(copied from http://stackoverflow.com/questions/11058933/cython-a-flag-to-generate-yellow-shaded-html-without-command-line )
When you run from the command prompt "cython -a ..." you get a really nice HTML file with yellow shading to indicate slow
python operations vs fast C operations. You also get this same HTML file
as a link every time you compile Cython code in Sage. My questions are:
(1) Can I get this HTML file if I'm compiling using distutils? (2) Can I
get this HTML file if I'm compiling using pyximport? Thanks in advance!!
RSS Feed