Alexandre Vassalotti
ab68a3dc6f
Added warning for the removal of 'hotshot' in Py3k.
2008-03-22 04:08:44 +00:00
Fred Drake
302e2bb81b
Expose the fileno() method of the underlying profiler.
2002-07-18 19:17:54 +00:00
Fred Drake
34f300a53e
Added docstrings to the Profile class.
...
Avoid adding Python wrappers around the underlying C profiler if possible;
the extra layer of calls can lead to confusion in interpreting the logs.
2002-04-16 19:27:23 +00:00
Fred Drake
165b2cc2bd
Allow user code to call the addinfo() method on the profiler object.
2001-10-29 20:48:09 +00:00
Fred Drake
e7d8a78b8e
runcall(): Expose the return value of the profiled function; this allows
...
changing an application to collect profile data on one part of the
app while still making use of the profiled component, without relying
on side effects.
2001-10-15 22:14:29 +00:00
Fred Drake
f019324b5c
Preliminary user-level interface to HotShot. We still need the analysis
...
tool; look for that on Monday.
2001-10-12 20:56:29 +00:00