Skip to content

dacap/stopwatch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Stopwatch

Copyright (C) 2019 David Capello

MIT Licensed

Outputs the time elapsed since the Stopwatch() constructor or the last watch()/reset() call.

Usage:

{
   Stopwatch a;
   ...
   a.watch("first algorithm");
   ...
   a.watch("second algorithm");
   ...
   a.watch("third algorithm");
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages