This document is for an old version of Python that is no longer supported. You should upgrade and read the Python 当前稳定版本的文档.

瀏覽

  • 索引
  • 模組 |
  • 下一頁 |
  • 上一頁 |
  • Python »
  • Python 2.7.18 說明文件 »
  • Python 標準函式庫 (Standard Library) »

26. Debugging and Profiling¶

These libraries help you with Python development: the debugger enables you to step through code, analyze stack frames and set breakpoints etc., and the profilers run code and give you a detailed breakdown of execution times, allowing you to identify bottlenecks in your programs.

  • 26.1. bdb — Debugger framework
  • 26.2. pdb — The Python Debugger
  • 26.3. Debugger Commands
  • 26.4. The Python Profilers
    • 26.4.1. Introduction to the profilers
    • 26.4.2. Instant User’s Manual
    • 26.4.3. profile and cProfile Module Reference
    • 26.4.4. The Stats Class
    • 26.4.5. What Is Deterministic Profiling?
    • 26.4.6. Limitations
    • 26.4.7. Calibration
    • 26.4.8. Using a custom timer
  • 26.5. hotshot — High performance logging profiler
    • 26.5.1. Profile Objects
    • 26.5.2. Using hotshot data
    • 26.5.3. Example Usage
  • 26.6. timeit — Measure execution time of small code snippets
    • 26.6.1. 基礎範例
    • 26.6.2. Python Interface
    • 26.6.3. 命令執行列介面
    • 26.6.4. Examples
  • 26.7. trace — Trace or track Python statement execution
    • 26.7.1. Command-Line Usage
      • 26.7.1.1. Main options
      • 26.7.1.2. Modifiers
      • 26.7.1.3. Filters
    • 26.7.2. Programmatic Interface

上個主題

25.5. test — Regression tests package for Python

下個主題

26.1. bdb — Debugger framework

本頁

  • 顯示原始碼

快速搜尋

瀏覽

  • 索引
  • 模組 |
  • 下一頁 |
  • 上一頁 |
  • Python »
  • Python 2.7.18 說明文件 »
  • Python 標準函式庫 (Standard Library) »
© 版權所有 1990-2020, Python Software Foundation.
The Python Software Foundation is a non-profit corporation. Please donate.
Last updated on 6月 19, 2020. Found a bug?
Created using Sphinx 2.3.1.