Maze Builder Docs 6.0.1
Loading...
Searching...
No Matches
mazes::progress Class Reference

Simple clock for elapsed events. More...

#include <progress.h>

Public Member Functions

void start () noexcept
 
void reset () noexcept
 Reset the clock.
 
double elapsed_s () const noexcept
 Get the elapsed time in seconds.
 
double elapsed_ms () const noexcept
 Get the elapsed time in milliseconds.
 

Detailed Description

Simple clock for elapsed events.

This class is used to track the elapsed time between two events

Thread safe with mutexes

Member Function Documentation

◆ elapsed_s()

double mazes::progress::elapsed_s ( ) const
noexcept

Get the elapsed time in seconds.

Returns


The documentation for this class was generated from the following file: