On 2016-05-02, Ralf Stephan <[email protected]> wrote: > That you can't trace Cython is fortunately not true. > I do it from time to time using gdb when I trace pynac code. > Of course it's not C/Python but its cythonization, the > translated C code. The associated Cython is handily shown > in comments with the translation so you won't be lost.
For Cython code in Sage, there is a %crun available that gives you some statistics on C-functions called during a computation. It needs gperftools being installed. Best regards, Simon -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/sage-support. For more options, visit https://groups.google.com/d/optout.
