improved logging

This commit is contained in:
inikep
2016-04-04 21:15:23 +02:00
parent 78e52044de
commit d6f208badf
3 changed files with 2 additions and 6 deletions
-5
View File
@@ -450,11 +450,6 @@ static void BMK_benchCLevel(void* srcBuffer, size_t benchedSize,
{
benchResult_t result, total;
int l;
#ifdef _WIN32
SetPriorityClass(GetCurrentProcess(), REALTIME_PRIORITY_CLASS);
#else
setpriority(PRIO_PROCESS, 0, -20);
#endif
SET_HIGH_PRIORITY;