パッケージ: python3-pprofile (2.1.0-1)
python3-pprofile に関するリンク
Trisquel の資源:
pprofile ソースパッケージをダウンロード:
メンテナ:
Original Maintainer:
- Josue Ortega
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
Line-granularity, deterministic and statistic Python 3 profiler
Line granularity allows locating precisely where time is spent in code. Thread awareness automatically propagates profiling to all threads (all threads in statistic mode, or threads spawned by profiled code in deterministic mode).
Deterministic profiling gives precise measures, but at a large speed cost (best used on minimal test scenario).
Statistic profiling gives rough measure, but has an extremely low overhead (suitable for live code profiling).
Does not require marking methods to profile, allowing non-method profiling (module imports, class & function declarations and other module-level code).
This package installs the library for Python 3.
その他の python3-pprofile 関連パッケージ
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-pkg-resources
- Package Discovery and Resource Access using pkg_resources
-
- sug: python3-ipython
- Enhanced interactive Python shell (Python 3 version)