8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 422c0f0 commit 0cfdd6eCopy full SHA for 0cfdd6e
Doc/howto/perf_profiling.rst
@@ -97,7 +97,7 @@ Then we can use ``perf report`` to analyze the data:
97
| | | | | |--2.97%--_PyObject_Malloc
98
...
99
100
-As you can see, the Python functions are not shown in the output, only ``_Py_Eval_EvalFrameDefault``
+As you can see, the Python functions are not shown in the output, only ``_PyEval_EvalFrameDefault``
101
(the function that evaluates the Python bytecode) shows up. Unfortunately that's not very useful because all Python
102
functions use the same C function to evaluate bytecode so we cannot know which Python function corresponds to which
103
bytecode-evaluating function.
0 commit comments