StopWatch implementation #29
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Feature idea: Build a stop watch class.
It has following features:
start()
function to sample current timerstop()
to stop time and measure elapsed timedisplay()
to display value to outputimplementation with a destructor which automatically calls
stop()
anddisplay()
and a constructor which automatically calls
start()
. That way, a local instantiation can be used to measure the elapsed time in a function scope.Label: Enhancement
muellerr referenced this issue2020-06-10 18:46:31 +02:00