These are code libraries, modules, or classes that we've developed either as building blocks for our own applications or as experiments or merely to provide something for other developers to use for their own purposes.
Stopwatch
License: MIT
Language: C++
A class that runs a stopwatch in the background on demand. The stopwatch’s time can be retrieved at any time and in any format. The stopwatch runs in a separate thread that stops when the object’s destructor is called. Only one stopwatch can ever run at once in a single object.
