mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 02:03:11 +02:00
tweak thread tests
This commit is contained in:
parent
dfb07e717d
commit
88fd686126
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ bool SampleReadThread::process() {
|
||||||
for(int i = 0; i < LOTS_OF_OPERATIONS; i++) {
|
for(int i = 0; i < LOTS_OF_OPERATIONS; i++) {
|
||||||
float x = rand();
|
float x = rand();
|
||||||
float y = rand();
|
float y = rand();
|
||||||
float z = x * y;
|
y = x * y;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
quint64 endWork = usecTimestampNow();
|
quint64 endWork = usecTimestampNow();
|
||||||
|
|
Loading…
Reference in a new issue