Skip to content

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

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages