文件名称:pyinstrument_cext:Pyinstrument的C扩展-支持快速统计分析器的开发
文件大小:9KB
文件格式:ZIP
更新时间:2024-06-11 04:46:08
C
pyinstrument_cext 的C扩展-减少统计分析器的开销。 原料药 pyinstrument_cext.setstatprofile(profilefunc, interval) 设置统计探查器回调。 该函数的方式与相同,但是它不会限制每次调用和返回时的每次调用,而是进行了限制-在当前堆栈中,每次调用的interval不超过秒。 变更日志 0.2.3 构建适用于Python 3.8和Python 3.9的* 0.2.2 避免立即回调到事件探查器函数,setstatprofile现在在调用该函数之前等待interval 。 0.2.0 添加对多线程的支持。 性能分析会话是每个线程的,并且彼此之间不冲突。 0.1.6 修复了CI配置 0.1.3 向sdist添加了LICENSE 0.1.2 添加了CI构建/测试/部署
【文件预览】:
pyinstrument_cext-master
----MANIFEST.in(16B)
----pyinstrument_cext.c(9KB)
----.github()
--------workflows()
----tests()
--------test_threaded.py(1KB)
--------test_setstatprofile.py(1KB)
----LICENSE(1KB)
----setup.cfg(115B)
----setup.py(557B)
----.gitignore(1KB)
----README.md(1013B)