]> granicus.if.org Git - python/commit
Patches for (two forms of) optional dynamic execution profiling --
authorGuido van Rossum <guido@python.org>
Fri, 24 Jan 1997 13:49:28 +0000 (13:49 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 24 Jan 1997 13:49:28 +0000 (13:49 +0000)
commit950361c6cad55cb452233cbfd3d224952b6e18f2
tree7bb9c870558880df5c5d9ca2cc1887e5c2b59793
parent8c5df06ec7f11e5a219cc1457de2a962ec6925c7
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.
Python/ceval.c