]> granicus.if.org Git - python/commit
Added docstrings to the Profile class.
authorFred Drake <fdrake@acm.org>
Tue, 16 Apr 2002 19:27:23 +0000 (19:27 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 16 Apr 2002 19:27:23 +0000 (19:27 +0000)
commit34f300a53ea4e5a8396129b171e6d97bf4e4680d
tree7788cd353ce2bcfc1a01d1ead9e798f152fd275f
parent0fdc826f54aa838f285541a75b970c548533e29b
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.
Lib/hotshot/__init__.py