MLIB
Loading...
Searching...
No Matches
mlib::stopwatch Class Reference

Simple stopwatch timer (yet another one!) More...

#include <stopwatch.h>

Public Member Functions

 stopwatch ()
 Constructor.
 
void start ()
 Start the stopwatch.
 
void stop ()
 Stop the stopwatch.
 
double msecLap ()
 Return number of milliseconds elapsed from start.
 
double msecEnd ()
 Return total duration in milliseconds between start and stop.
 

Detailed Description

Simple stopwatch timer (yet another one!)

Member Function Documentation

◆ msecLap()

double mlib::stopwatch::msecLap ( )

Return number of milliseconds elapsed from start.

The stopwatch continues to run


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