qtime Questions
4
Solved
Qt documentation about QTime::currentTime() says :
Note that the accuracy depends on the accuracy of the underlying
operating system; not all systems provide 1-millisecond accuracy.
But is t...
2
Solved
I am calling argon2 - memory intensive hashing function in Qt and measuring its running time:
...
QTime start = QTime::currentTime();
// call hashing function
QTime finish = QTime::currentTime();
...
Fulkerson asked 15/12, 2016 at 10:9
1
© 2022 - 2024 — McMap. All rights reserved.