Mercurial > cgi-bin > hgwebdir.cgi > VMS > VMS_Implementations > VMS_impls > VMS__MC_shared_impl
diff VMS.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 | 7523ee70d66c |
| children | 69eb54ce9c4b |
line diff
1.1 --- a/VMS.c Fri Jan 06 18:55:05 2012 +0100 1.2 +++ b/VMS.c Fri Jan 13 15:03:32 2012 +0100 1.3 @@ -192,9 +192,12 @@ 1.4 #endif 1.5 1.6 #ifdef MEAS__PERF_COUNTERS 1.7 +/* 1.8 _VMSMasterEnv->counter_history = VMS__malloc(10*sizeof(void*)); 1.9 _VMSMasterEnv->counter_history_array_info = makePrivDynArrayInfoFrom((void***)&(_VMSMasterEnv->counter_history),10); 1.10 +*/ 1.11 //printf("Creating HW counters..."); 1.12 +/* 1.13 FILE* output; 1.14 int n; 1.15 char filename[255]; 1.16 @@ -212,6 +215,7 @@ 1.17 printf("Saving Counter measurements to File: %s ...\n", filename); 1.18 output = fopen(filename,"w+"); 1.19 _VMSMasterEnv->counteroutput = output; 1.20 +*/ 1.21 1.22 struct perf_event_attr hw_event; 1.23 memset(&hw_event,0,sizeof(hw_event));
