remove all occurence of math.rint() from the sources

(and yes, "Currintly" also counts <0.5 wink>)
This commit is contained in:
Peter Schneider-Kamp 2000-08-10 04:23:30 +00:00
parent 0707fea5ee
commit 10e1bf2f64
9 changed files with 90 additions and 133 deletions

View file

@ -390,7 +390,7 @@ class Profile:
# more carefully the number of events (and cumulatively, the number
# of events during sub functions) that are seen. If this were
# done, then the arithmetic could be done after the fact (i.e., at
# display time). Currintly, we track only call/return events.
# display time). Currently, we track only call/return events.
# These values can be deduced by examining the callees and callers
# vectors for each functions. Hence we *can* almost correct the
# internal time figure at print time (note that we currently don't