mirror of
https://github.com/python/cpython.git
synced 2025-08-25 19:24:42 +00:00
GH-126833: Dumps graphviz representation of executor graph. (GH-126880)
This commit is contained in:
parent
5fc6bb2754
commit
e62e1ca455
9 changed files with 230 additions and 2 deletions
|
@ -1095,6 +1095,7 @@ tier2_dispatch:
|
|||
UOP_PAIR_INC(uopcode, lastuop);
|
||||
#ifdef Py_STATS
|
||||
trace_uop_execution_counter++;
|
||||
((_PyUOpInstruction *)next_uop)[-1].execution_count++;
|
||||
#endif
|
||||
|
||||
switch (uopcode) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue