Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a61a54b

Browse files
committed
Issue #28799: Update Misc/SpecialBuilds.txt
Remove CALL_PROFILE.
1 parent 048afd9 commit a61a54b

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

Misc/SpecialBuilds.txt

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -223,14 +223,3 @@ the interpreter is doing are sprayed to stdout, such as every opcode and opcode
223223
argument and values pushed onto and popped off the value stack.
224224

225225
Not useful very often, but very useful when needed.
226-
227-
228-
CALL_PROFILE
229-
------------
230-
231-
Count the number of function calls executed.
232-
233-
When this symbol is defined, the ceval mainloop and helper functions count the
234-
number of function calls made. It keeps detailed statistics about what kind of
235-
object was called and whether the call hit any of the special fast paths in the
236-
code.

0 commit comments

Comments
 (0)