Commit Graph

13 Commits

Author SHA1 Message Date
2bebbd2db9 Moved all string functions to a single function
A couple of bugs relating to time resolution squished
2020-07-09 15:46:35 -04:00
3c99ab2eb0 Added a function that returns a string when passed
a duration in nanoseconds.
Helpful for easy conversion in some benchmarks
2020-07-08 16:39:25 -04:00
2a3c022136 Added ability for Stopwatch to be sent to an
ostream
2020-02-02 12:02:26 -05:00
f2f4782b06 Adjusted string output to show minutes and hours
when the previous resolutionis over 120
2019-03-29 12:49:15 -04:00
53d2a266c3 Added exception handling and test function to Stopwatch 2019-02-12 00:21:12 -05:00
Matthew Ellison
9466ef4f0d Added a function to return a string of the time at recomended resolution 2019-02-10 00:15:27 -05:00
Matthew Ellison
e86278f050 Updated to correct scope problem 2019-02-08 14:39:20 -05:00
Matthew Ellison
799e157996 Reworked get(Time) function to for easier upkeep 2019-02-08 01:24:36 -05:00
c0670a5e03 Added documentation and move functions around for better readability 2019-02-07 23:57:21 -05:00
c6794e1c6f Added Copyright information 2018-12-10 12:05:48 -05:00
00759b82d1 Moved my classes to an appropriate namespace 2018-11-08 17:38:08 -05:00
0344054a34 Added include guard 2018-11-07 18:12:33 -05:00
098a462e2b Added a stopwatch class that allows easy timing of programs 2018-10-31 00:35:32 -04:00