line_profiler:适用于Python的逐行分析

时间:2021-03-13 15:50:54
【文件属性】:
文件名称:line_profiler:适用于Python的逐行分析
文件大小:53KB
文件格式:ZIP
更新时间:2021-03-13 15:50:54
Python line_profiler和kernprof 注意:这是官方的line_profiler存储库。 pypi上最新版本的指向此存储库。 最初的软件包目前维护。 该派生程序试图仅维护原始代码,以便继续在新版本的Python中工作。 line_profiler是用于对功能进行逐行分析的模块。 kernprof是运行line_profiler或Python标准库的cProfile或配置文件模块的便捷脚本,具体取决于可用的脚本。 它们在下可用。 内容 可以使用pip安装line_profiler的发行版: $ pip install line_profiler 可以从PyPI链接下载源代码版本和任何二进制文件。 要查看开发源,可以使用 : $ git clone https://github.com/pyutils/line_profiler.git 您也可以从该URL下载任何快照的源
【文件预览】:
line_profiler-master
----.travis.yml(12KB)
----README.rst(18KB)
----run_manylinux_build.sh(4KB)
----.coveragerc(432B)
----pyproject.toml(220B)
----tests()
--------_test_kernprof_py35.py(666B)
--------test_kernprof.py(3KB)
--------test_line_profiler.py(3KB)
--------test_cli.py(1KB)
----dev()
--------travis_secret_gpg_key.pgp.enc(1KB)
--------public_gpg_key(9B)
--------gpg_owner_trust.enc(435B)
--------travis_public_gpg_key.pgp.enc(1KB)
----line_profiler()
--------unset_trace.h(20B)
--------line_profiler.py(14KB)
--------timers.h(75B)
--------unset_trace.c(126B)
--------__main__.py(71B)
--------python25.pxd(40KB)
--------__init__.py(757B)
--------_line_profiler.pyx(7KB)
--------CMakeLists.txt(1KB)
--------timers.c(1KB)
--------line_profiler_py35.py(425B)
----requirements.txt(80B)
----requirements()
--------runtime.txt(14B)
--------tests.txt(87B)
--------build.txt(32B)
----run_tests.py(2KB)
----setup.py(9KB)
----.gitignore(176B)
----CMakeLists.txt(1KB)
----LICENSE_Python.txt(14KB)
----CHANGELOG.rst(2KB)
----kernprof.py(8KB)
----publish.sh(7KB)
----clean.sh(491B)
----LICENSE.txt(2KB)

网友评论