Commit c9a5272e authored by Ezio Melotti's avatar Ezio Melotti

Merge with 3.2

parents d91a5caf 9481e417
...@@ -50,7 +50,7 @@ compatibility layer on top of the internal :mod:`_lsprof` module. ...@@ -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 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 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, 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 but not for C-level functions, and so the C code would seem faster than any
Python one. Python one.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment