Skip to content

crzythts/stop_watch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

stop watch

A simple stop watch in c++11

Sample code

stop_watch sw;
sw.start();
// function(s) to measure
sw.end();
cout << sw << endl;

About

A simple stop watch in c++11

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages