Ok so Sarcasm aside I suspect this is a case of:
Start Timer.
Push timer values to a label or similar outlet
On push of stop, stop timer and leave value in the label.
On push of lap keep timer running, take a snapshot of the timers value at that moment, create a cell and print to it.
I can't help more than that but that seems like likely logic to work for it.