N3Roaster / typica

Free software for coffee roasting operations.
https://typica.us
MIT License
26 stars 8 forks source link

System time adjustments can interfere with proper measurement logging. #8

Open N3Roaster opened 11 years ago

N3Roaster commented 11 years ago

This can be fixed by using std::chrono::steady_clock to measure roasting time as soon as standard libraries on major platforms have conforming implementations. Until then, platform specific workarounds will be required.

N3Roaster commented 10 years ago

Switching to QElapsedTimer for measurement timestamps will resolve this. Work is currently in the clock branch.

N3Roaster commented 9 years ago

The clock branch is a dead end. This will be fixed in the 1.7.0 release.