uva-cs / pdr

A repo for a Program and Data Representation university-level course
Other
91 stars 228 forks source link

Clarified Timer::getTime() return value #94

Closed neilmenon closed 4 years ago

neilmenon commented 4 years ago

Timer::getTime() returns seconds, with milliseconds included in the precision. https://github.com/uva-cs/pdr/blob/8812f9ac96e8b0ba125b151ddc8eb21f83542fbf/labs/lab06/code/timer.cpp#L27-L32

aaronbloomfield commented 4 years ago

Thanks for the PR, Neil!