The QTime class provides clock time functions in Qt Framework.
Qt documentation about QTime::currentTime() says : Note that the accuracy depends on the accuracy of the underlying operating system; not …
c++ qt qtimeI am calling argon2 - memory intensive hashing function in Qt and measuring its running time: ... QTime start = QTime::currentTime(); // …
c++ qt clock time-measurement qtime