mirror of
https://github.com/python/cpython.git
synced 2025-12-10 02:50:09 +00:00
remove all occurence of math.rint() from the sources
(and yes, "Currintly" also counts <0.5 wink>)
This commit is contained in:
parent
0707fea5ee
commit
10e1bf2f64
9 changed files with 90 additions and 133 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue