We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1445d77 commit 77f59bfCopy full SHA for 77f59bf
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