Commit b4f0e29b authored by Stefan Behnel's avatar Stefan Behnel

Try to clarify that the @profile(False) decorator is harmless when profiling is disabled anyway.

parent c4a5fefd
...@@ -44,7 +44,7 @@ If your profiling is messed up because of the call overhead to some small ...@@ -44,7 +44,7 @@ If your profiling is messed up because of the call overhead to some small
functions that you rather do not want to see in your profile - either because functions that you rather do not want to see in your profile - either because
you plan to inline them anyway or because you are sure that you can't make them you plan to inline them anyway or because you are sure that you can't make them
any faster - you can use a special decorator to disable profiling for one any faster - you can use a special decorator to disable profiling for one
function only: function only (regardless of whether it is globally enabled or not):
.. literalinclude:: ../../examples/tutorial/profiling_tutorial/often_called.pyx .. literalinclude:: ../../examples/tutorial/profiling_tutorial/often_called.pyx
......
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