文件名称:分析:是交互式连续Python探查器
文件大小:117KB
文件格式:ZIP
更新时间:2024-02-26 05:09:15
python debug profiling live-profiling statistical-profiling
:skull_and_crossbones: 该项目不再维护。 我们强烈建议您切换到 ,以提供更好的性能和可用性。 剖析 该配置文件包是一个交互式连续Python探查器。 它受 Profiler的启发。 该软件包提供以下功能: 分析统计信息会保留框架堆栈。 交互式TUI分析统计信息查看器。 提供统计和确定性分析。 用于远程分析的实用程序。 线程或绿色感知CPU计时器。 支持Python 2.7、3.3、3.4和3.5。 当前仅支持Linux。 安装 通过PyPI安装最新版本: $ pip install profiling 剖析 要分析单个程序,只需运行profiling命令: $ profiling your-pr
【文件预览】:
profiling-master
----MANIFEST.in(70B)
----requirements.txt(81B)
----.travis.yml(544B)
----tox.ini(336B)
----LICENSE(1KB)
----test()
--------fit_requirements.py(2KB)
--------test_cli.py(4KB)
--------test_profiler.py(2KB)
--------test_tracing.py(2KB)
--------test_timers.py(3KB)
--------test_viewer.py(2KB)
--------requirements.txt(293B)
--------test_sampling.py(3KB)
--------test_stats.py(9KB)
--------test_utils.py(3KB)
--------_utils.py(1KB)
----setup.cfg(195B)
----setup.py(4KB)
----README.md(6KB)
----screenshots()
--------tracing.png(35KB)
--------sampling.png(30KB)
----.gitignore(323B)
----profiling()
--------sortkeys.py(2KB)
--------profiler.py(4KB)
--------__about__.py(430B)
--------utils.py(4KB)
--------__init__.py(308B)
--------sampling()
--------__main__.py(25KB)
--------tracing()
--------viewer.py(24KB)
--------speedup.c(2KB)
--------remote()
--------stats.py(11KB)
----CHANGELOG.md(171B)