changeset 213:c5c136fc3131 perf_counters

Instrumentation for Holistic Model stats
author Nina Engelhardt <nengel@mailbox.tu-berlin.de>
date Fri, 09 Mar 2012 19:28:50 +0100
parents df00af7eb307
children
files VMS.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line diff
     1.1 --- a/VMS.h	Fri Mar 09 18:58:33 2012 +0100
     1.2 +++ b/VMS.h	Fri Mar 09 19:28:50 2012 +0100
     1.3 @@ -82,7 +82,7 @@
     1.4  //=========================  Hardware related Constants =====================
     1.5     //This value is the number of hardware threads in the shared memory
     1.6     // machine
     1.7 -#define NUM_CORES        40
     1.8 +#define NUM_CORES        4
     1.9  
    1.10     // tradeoff amortizing master fixed overhead vs imbalance potential
    1.11     // when work-stealing, can make bigger, at risk of losing cache affinity