Python 3.6.5 ドキュメント 検索
Results of 1 - 4 of about 4 for cProfile (0.015 sec.)
- 27.4. Python プロファイラ — Python 3.6.5 ドキュメント 12426
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...
ile.py と Lib/pstats.py 27.4.1. プロファイラとは ¶ cProfile と profile は 決定論的プロファイリング (determinis...
イスを提供するプロファイラの実装を2つ提供しています: cProfile はほとんどのユーザーに推奨されるモジュールです。 C...
いています。 profile はピュア Python モジュールで、 cProfile モジュールはこのモジュールのインタフェースを真似て...
をプロファイルしたい場合、次のようにできます: import cProfile import re cProfile . run ( 're.compile("foo|bar")'...
- https://man.plustar.jp/python/library/profile.html - [similar]
- 27. デバッグとプロファイル — Python 3.6.5 ドキュメント 8358
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...
ュアル 27.4.3. リファレンスマニュアル -- profile と cProfile 27.4.4. Stats クラス 27.4.5. 決定論的プロファイリン...
- https://man.plustar.jp/python/library/debug.html - [similar]
- Pythonモジュール索引 — Python 3.6.5 ドキュメント 8155
- ナビゲーション 索引 モジュール | Python » 3.6.5 ドキュメント » Pythonモジュール索引 _ | a | b |
...
ations. copyreg Register pickle support functions. cProfile crypt (Unix) The crypt() function used to check Un...
- https://man.plustar.jp/python/py-modindex.html - [similar]
- What's New in Python 2.5 — Python 3.6.5 ドキュメント 8007
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho
...
extlib モジュール をみてください。 新規モジュール: cProfile モジュールは既存の profile モジュールの C 実装で、...
は profile と同じです: 関数をプロファイルするのには cProfile.run('main()') と実行し、プロファイル結果をファイル...
- https://man.plustar.jp/python/whatsnew/2.5.html - [similar]
PREV
1
NEXT