用nogil线分析Cython

时间:2018-07-05 16:41:42

标签: profiling cython

我在.pyx文件中有Cython代码,我尝试使用line_profiler对其进行概要分析。

但是,事件探查器没有显示nogil上下文管理器中代码的时间。

# some code with profiling data

 with nogil:
    …
    # some more code with no profiling data

如何适应?

0 个答案:

没有答案