The Picard Maneuver@lemmy.worldM to Facepalm@lemmy.world · 9 days agoStop the count.lemmy.worldimagemessage-square40linkfedilinkarrow-up1229arrow-down18
arrow-up1221arrow-down1imageStop the count.lemmy.worldThe Picard Maneuver@lemmy.worldM to Facepalm@lemmy.world · 9 days agomessage-square40linkfedilink
minus-squarePiafraus@lemmy.worldlinkfedilinkarrow-up1·8 days agoDoes it show the “laps” and their times? If not, I think it can still be implemented by storing just two values - time delta before previous stop and timestamp of previous start/un pause.
minus-squarewise_pancake@lemmy.calinkfedilinkarrow-up1·8 days agoIt does, those can be a list of timestamps with a lap flag. Pauses can be a pause/resume flag. Fairly easy data structure to build.
Does it show the “laps” and their times? If not, I think it can still be implemented by storing just two values - time delta before previous stop and timestamp of previous start/un pause.
It does, those can be a list of timestamps with a lap flag. Pauses can be a pause/resume flag.
Fairly easy data structure to build.