]> granicus.if.org Git - python/commit
Added --trackcalls command line arg to display crude caller/callee
authorSkip Montanaro <skip@pobox.com>
Wed, 7 Apr 2004 15:46:05 +0000 (15:46 +0000)
committerSkip Montanaro <skip@pobox.com>
Wed, 7 Apr 2004 15:46:05 +0000 (15:46 +0000)
commitcafc811415d2bdabf5f021db579cb755f1077e53
treecac7d53ac61216c098daa4a99ba7e47b8e0b1869
parent7eddd78a15bdd5f34b5dc1cc0929c99cfbe9339b
Added --trackcalls command line arg to display crude caller/callee
relationships at program exit.  Output is a bit prettier than that for
--listfuncs but won't parse as easily using downstream postprocessing tools.
Lib/trace.py