tweak thread tests

This commit is contained in:
ZappoMan 2014-03-18 15:59:02 -07:00
parent dfb07e717d
commit 88fd686126

View file

@ -43,7 +43,7 @@ bool SampleReadThread::process() {
for(int i = 0; i < LOTS_OF_OPERATIONS; i++) {
float x = rand();
float y = rand();
float z = x * y;
y = x * y;
}
}
quint64 endWork = usecTimestampNow();