line_profiler是用于对功能进行逐行分析的模块-Python开发

时间:2024-06-14 11:06:00
【文件属性】:

文件名称:line_profiler是用于对功能进行逐行分析的模块-Python开发

文件大小:63KB

文件格式:ZIP

更新时间:2024-06-14 11:06:00

Python Performance optimization

line_profiler是用于对功能进行逐行分析的模块。 kernprof是运行line_profiler或Python标准库的cProfile或配置文件模块的便捷脚本,具体取决于可用的脚本。 line_profiler和kernprof注意:这是官方的line_profiler存储库。 pypi上最新版本的line-profiler指向此存储库。 @rkern最初的line_profiler软件包目前尚未维护。 该派生程序试图仅维护原始代码,以便继续在新版本的Python中工作。 line_profiler是用于对功能进行逐行分析的模块。 kernprof是用于运行line_profiler或Python标准l的便捷脚本


【文件预览】:
line_profiler-master
----setup.py(9KB)
----.gitignore(210B)
----publish.sh(11KB)
----LICENSE_Python.txt(14KB)
----requirements.txt(80B)
----pyproject.toml(650B)
----MANIFEST.in(380B)
----LICENSE.txt(2KB)
----kernprof.py(8KB)
----.github()
--------workflows()
--------dependabot.yml(183B)
----README.rst(18KB)
----tests()
--------test_cli.py(2KB)
--------test_line_profiler.py(3KB)
--------test_kernprof.py(3KB)
--------_test_kernprof_py35.py(666B)
----line_profiler()
--------__init__.py(586B)
--------unset_trace.h(20B)
--------unset_trace.c(126B)
--------line_profiler_py35.py(425B)
--------timers.c(1KB)
--------_line_profiler.pyx(7KB)
--------timers.h(75B)
--------line_profiler.py(14KB)
--------__main__.py(71B)
--------python25.pxd(40KB)
--------CMakeLists.txt(1KB)
----.circleci()
--------config.yml(5KB)
----dev()
--------cci_public_gpg_key.pgp.enc(975B)
--------cci_gpg_owner_trust.enc(435B)
--------public_gpg_key(9B)
--------travis_yml_old(12KB)
--------travis_public_gpg_key.pgp.enc(1KB)
--------gpg_owner_trust.enc(435B)
--------travis_secret_gpg_key.pgp.enc(1KB)
--------cci_secret_gpg_key.pgp.enc(1KB)
----run_manylinux_build.sh(4KB)
----requirements()
--------runtime.txt(91B)
--------tests.txt(75B)
--------build.txt(32B)
----CHANGELOG.rst(2KB)
----CMakeLists.txt(1KB)
----run_tests.py(5KB)
----clean.sh(534B)

网友评论