diff MasterLoop.c @ 167:981acd1db6af

Separate UCC recording from VMS core and put it into SSR plugin
author Nina Engelhardt
date Mon, 05 Dec 2011 18:59:48 +0100
parents aefd87f9d12f
children 3bd35fc83c61
line diff
     1.1 --- a/MasterLoop.c	Tue Oct 18 15:53:04 2011 +0200
     1.2 +++ b/MasterLoop.c	Mon Dec 05 18:59:48 2011 +0100
     1.3 @@ -167,8 +167,7 @@
     1.4                 addToDynArray((void*)lastRecord,masterEnv->counter_history_array_info);
     1.5                 print_record_csv_to_file(lastRecord,_VMSMasterEnv->counteroutput);
     1.6                 
     1.7 -               Dependency* newd = new_dependency(currSlot->procrAssignedToSlot->procrID,lastRecord->task_position,currSlot->procrAssignedToSlot->procrID,lastRecord->task_position + 1);
     1.8 -               addToDynArray((void*) newd ,masterEnv->dependenciesInfo);     
     1.9 +  
    1.10                
    1.11  
    1.12                 
    1.13 @@ -217,6 +216,7 @@
    1.14              schedVirtPr->schedSlot        = currSlot;
    1.15              currSlot->needsProcrAssigned  = FALSE;
    1.16              numSlotsFilled               += 1;
    1.17 +            schedVirtPr->numTimesScheduled++;
    1.18                 #ifdef MEAS__PERF_COUNTERS
    1.19                 //end assigner
    1.20                 int lastRecordIdx = currSlot->procrAssignedToSlot->counter_history_array_info->numInArray -1;