sandflow / libench

Lossless image coding benchmark tool
http://www.lossless-benchmarks.com/
BSD 2-Clause "Simplified" License
3 stars 2 forks source link

change `clock()` to `std::chrono` for future evaluations of multithread-environments #8

Closed osamu620 closed 2 years ago

osamu620 commented 2 years ago

This PR changes the way to measure the processing time from the original clock() to std::chrono.