[Patches] [ python-Patches-476866 ] new improved trace.py
noreply@sourceforge.net
noreply@sourceforge.net
Sat, 03 Nov 2001 08:20:06 -0800
Patches item #476866, was opened at 2001-10-31 10:25
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=305470&aid=476866&group_id=5470
Category: Demos and tools
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Zooko Ozoko (zooko)
Assigned to: Skip Montanaro (montanaro)
Summary: new improved trace.py
Initial Comment:
trace.py didn't work for me with Python 2.2a4+,
possibly due to me misunderstanding how to use it.
In any case this version is substantially rewritten,
uses the debugger hooks that were introduced in Python
2.1(?), and has a simpler (in my opinion) interface.
Also there are some new features like "countfuncs" mode
which is faster than "count" mode and reports only a
list of funcs that were invoked.
----------------------------------------------------------------------
>Comment By: Zooko Ozoko (zooko)
Date: 2001-11-03 08:20
Message:
Logged In: YES
user_id=52562
I'll be happy to add doco about --count, --report, and
--file after I return from the O'Reilly p2p conference.
(i.e. more than a week from now).
Regards,
Zooko
----------------------------------------------------------------------
Comment By: Guido van Rossum (gvanrossum)
Date: 2001-10-31 20:08
Message:
Logged In: YES
user_id=6380
Skip, what do you think of this?
In addition, I think there needs to e a doc string
explaining what the --count and --report options do, and how
the --file option figures.
I am completely unable to understand how these interoperate.
:-(
----------------------------------------------------------------------
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=305470&aid=476866&group_id=5470