It looks like there's no need to release the CPU anymore.

This commit is contained in:
Roberto Raggi
2010-07-21 15:31:23 +02:00
parent 0b5b1ef7ce
commit 014b36d3f1

View File

@@ -690,7 +690,6 @@ void CheckSymbols::flush()
if (_usages.isEmpty())
return;
FriendlyThread::msleep(10); // release some cpu
reportResults(_usages);
_usages.clear();
}