Ticket #177 (closed enhancement: fixed)
stopwatch not reporting time under 1 second
| Reported by: | mehgcap | Owned by: | hllf |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | Stopwatch Session | Version: | 4.0 |
| Keywords: | stopwatch, stopwatch accuracy, accuracy, decimal, time reporting | Cc: |
Description
The stopwatch will not report the time under 1 second, and only works in whole seconds, not in parts of seconds. It seems that it would be more useful in some situations if it could report at least tenths of seconds, if not hundredths. The problem seems to be in src/misc.py's SecondsToString? function, which kills decimals by using the operator.
Change History
comment:2 Changed 17 months ago by hllf
- Owner changed from Q to hllf
- Status changed from new to accepted
Note: See
TracTickets for help on using
tickets.
