Skip to content

Bupt10/StopWatch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

StopWatch

使用方法: StopWatch sw; sw.start(); ... // Ta double sec = sw.seconds(); // == Ta

sw.re_start();
... // Ta
sw.stop();
... 
sw.start();
...  // Tb
sec = sw.seconds(); // == Ta + Tb
kkk ,sec = sw.seconds(); // == Ta + Tb
sec = sw.seconds(); // == Ta + Tb

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages