]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Allow the profiler's calibration constant to be specified in the constructor
authorTim Peters <tim.peters@gmail.com>
Tue, 9 Oct 2001 20:51:19 +0000 (20:51 +0000)
committerTim Peters <tim.peters@gmail.com>
Tue, 9 Oct 2001 20:51:19 +0000 (20:51 +0000)
commit659a60311d9c09a5fbedbfcfd54fd8d5ff1ce562
treeae45a65e49edb5d788cf742a7e7cd0f367a6ce96
parent12b22ff6d70cde60c49721f1ba8b88f47a9b4343
Allow the profiler's calibration constant to be specified in the constructor
call, or via setting an instance or class vrbl.
Rewrote the calibration docs.
Modern boxes are so friggin' fast, and a profiler event does so much work
anyway, that the cost of looking up an instance vrbl (the bias constant)
per profile event just isn't a big deal.
Doc/lib/libprofile.tex
Lib/profile.py
Misc/NEWS