Skip to content

Commit

Permalink
Document timer::timing function
Browse files Browse the repository at this point in the history
  • Loading branch information
rhysgoldstein committed Jul 4, 2019
1 parent 9b53323 commit 62c6c6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sydevs/core/timer.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class timer
timer& operator=(timer&&) = default; ///< Move assignment
~timer() = default; ///< Destructor

bool timing() const;
bool timing() const; ///< Returns `true` if the timer has been started but not yet stopped.

duration cumulative_duration() const; ///< Returns the cumulative duration of measured time.

Expand Down

0 comments on commit 62c6c6e

Please sign in to comment.