From fda330f758eded743a71f618b077848c62ff2968 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Thu, 22 Feb 2007 20:11:26 +0000 Subject: [PATCH] *** empty log message *** svn path=/trunk/boinc/; revision=12140 --- checkin_notes | 6 ++++++ client/cs_benchmark.C | 4 +--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/checkin_notes b/checkin_notes index 2c2bf6cb15..be49fcf353 100755 --- a/checkin_notes +++ b/checkin_notes @@ -1924,3 +1924,9 @@ David 22 Feb 2007 app_control.C log_flags.C,h sim.C + +David 22 Feb 2007 + - core client, Win: set processor affinity mask for benchmark threads + + client/ + cs_benchmark.C diff --git a/client/cs_benchmark.C b/client/cs_benchmark.C index 37e89f23d8..26e9484e0f 100644 --- a/client/cs_benchmark.C +++ b/client/cs_benchmark.C @@ -217,9 +217,7 @@ void CLIENT_STATE::start_cpu_benchmarks() { NULL, 0, win_cpu_benchmarks, benchmark_descs+i, 0, &benchmark_descs[i].pid ); - - // lower our priority here - // + SetThreadAffinityMask(benchmark_descs[i].handle, 1<