Ticket #177 (closed enhancement: fixed)

Opened 20 months ago

Last modified 12 months ago

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:1 Changed 20 months ago by Q

  • Milestone set to 4.1

comment:2 Changed 17 months ago by hllf

  • Owner changed from Q to hllf
  • Status changed from new to accepted

comment:3 Changed 17 months ago by hllf

  • Status changed from accepted to closed
  • Resolution set to fixed
  • Milestone changed from 4.1 to 4.1.1

This is now done; stopwatch will report time to the nearest 1/1000 of a second, and countdown timer to the nearest 1/10 of a second.

comment:4 Changed 12 months ago by Q

  • Milestone 4.1.1 deleted

Milestone 4.1.1 deleted

Note: See TracTickets for help on using tickets.