The Picard ManeuverM to Facepalm@lemmy.world • 1 month agoStop the count.lemmy.worldimagemessage-square40fedilinkarrow-up1221arrow-down18
arrow-up1213arrow-down1imageStop the count.lemmy.worldThe Picard ManeuverM to Facepalm@lemmy.world • 1 month agomessage-square40fedilink
minus-square@Piafraus@lemmy.worldlinkfedilink1•1 month 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-square@wise_pancake@lemmy.calinkfedilink1•1 month 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.