Random changes without any meaning
Former-commit-id: bcae279b389ea9c33afc27ac7f6eded6305fa134
This commit is contained in:
@@ -29,7 +29,7 @@ nzUInt64 NzClockImplGetMicroseconds()
|
||||
|
||||
SetThreadAffinityMask(thread, oldMask);
|
||||
|
||||
return time.QuadPart * 1000000ULL / frequency.QuadPart;
|
||||
return time.QuadPart*1000000ULL / frequency.QuadPart;
|
||||
}
|
||||
|
||||
nzUInt64 NzClockImplGetMilliseconds()
|
||||
|
||||
Reference in New Issue
Block a user