StopWatch implementation #29

Closed
opened 2020-04-08 13:15:38 +02:00 by muellerr · 0 comments
Owner

Feature idea: Build a stop watch class.
It has following features:

  • start() function to sample current timer
  • stop() to stop time and measure elapsed time
  • display() to display value to output

implementation with a destructor which automatically calls stop() and display()
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

Feature idea: Build a stop watch class. It has following features: - `start()` function to sample current timer - `stop()` to stop time and measure elapsed time - `display()` to display value to output implementation with a destructor which automatically calls `stop()` and `display()` 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 added the
feature
label 2020-05-04 18:27:04 +02:00
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: fsfw/fsfw#29
No description provided.