Mercurial > cgi-bin > hgwebdir.cgi > VMS > VMS_Implementations > VMS_impls > VMS__MC_shared_impl
diff ProcrContext.c @ 184:50b29548d4f0
handler interface for counters... not working
| author | Nina Engelhardt <nengel@mailbox.tu-berlin.de> |
|---|---|
| date | Fri, 13 Jan 2012 15:03:32 +0100 |
| parents | 981acd1db6af |
| children | 20358f56e498 |
line diff
1.1 --- a/ProcrContext.c Fri Jan 06 18:55:05 2012 +0100 1.2 +++ b/ProcrContext.c Fri Jan 13 15:03:32 2012 +0100 1.3 @@ -61,6 +61,7 @@ 1.4 // _VMSMasterEnv->createPtInSecs; 1.5 #endif 1.6 #ifdef MEAS__PERF_COUNTERS 1.7 +/* 1.8 newPr->counter_history = VMS__malloc(10*sizeof(void*)); 1.9 newPr->counter_history_array_info = makePrivDynArrayInfoFrom((void*)&(newPr->counter_history),10); 1.10 CounterRecord* newRecord = VMS__malloc(sizeof(CounterRecord)); 1.11 @@ -72,6 +73,7 @@ 1.12 newRecord->req_cycles = 0; 1.13 newRecord->req_instrs = 0; 1.14 addToDynArray( (void*) newRecord, newPr->counter_history_array_info); 1.15 +*/ 1.16 #endif 1.17 //======================================================================== 1.18
