• Stars
    star
    1
  • Language
    C++
  • Created about 1 year ago
  • Updated about 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Stopwatch is a C++ timing utility aimed at profiling and tracking execution times by providing high-resolution measurements of code execution duration. This utility can be used to accurately quantify the amount of time spent in between labelled measurements of the program.