mirror of
https://github.com/python/cpython.git
synced 2025-11-02 03:01:58 +00:00
Merge with 3.1
This commit is contained in:
commit
9481e41741
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ compatibility layer on top of the internal :mod:`_lsprof` module.
|
|||
|
||||
The profiler modules are designed to provide an execution profile for a given
|
||||
program, not for benchmarking purposes (for that, there is :mod:`timeit` for
|
||||
resonably accurate results). This particularly applies to benchmarking
|
||||
reasonably accurate results). This particularly applies to benchmarking
|
||||
Python code against C code: the profilers introduce overhead for Python code,
|
||||
but not for C-level functions, and so the C code would seem faster than any
|
||||
Python one.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue