标签: profiling cython
我在.pyx文件中有Cython代码,我尝试使用line_profiler对其进行概要分析。
.pyx
line_profiler
但是,事件探查器没有显示nogil上下文管理器中代码的时间。
nogil
# some code with profiling data with nogil: … # some more code with no profiling data
如何适应?