commit | 950361c6cad55cb452233cbfd3d224952b6e18f2 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Fri Jan 24 13:49:28 1997 +0000 |
committer | Guido van Rossum <guido@python.org> | Fri Jan 24 13:49:28 1997 +0000 |
tree | 7bb9c870558880df5c5d9ca2cc1887e5c2b59793 | |
parent | 8c5df06ec7f11e5a219cc1457de2a962ec6925c7 [diff] |
Patches for (two forms of) optional dynamic execution profiling -- i.e., counting opcode frequencies, or (with DXPAIRS defined) opcode pair frequencies. Define DYNAMIC_EXECUTION_PROFILE on the command line (for this file and for sysmodule.c) to enable.