Mercurial > cgi-bin > hgwebdir.cgi > VMS > VMS_Implementations > VMS_impls > VMS__MC_shared_impl
diff probes.h @ 65:13b22ffb8a2f
Nov 14 vers -- Added measurement of Plugin, malloc, & master lock, + vutilities
| author | Me |
|---|---|
| date | Sun, 14 Nov 2010 11:17:52 -0800 |
| parents | 42dd44df1bb0 |
| children | 9ddbb071142d a49f02980151 |
line diff
1.1 --- a/probes.h Sat Nov 13 14:39:40 2010 -0800 1.2 +++ b/probes.h Sun Nov 14 11:17:52 2010 -0800 1.3 @@ -135,7 +135,7 @@ 1.4 0 /* do nothing */ 1.5 1.6 int32 1.7 -VMS_ext_impl__record_time_point_into_new_probe( char *nameStr, VirtProcr *animPr); 1.8 +VMS_ext_impl__record_time_point_into_new_probe( char *nameStr ); 1.9 #define VMS_ext__record_time_point_into_new_probe( nameStr ) \ 1.10 0 /* do nothing */ 1.11 1.12 @@ -178,15 +178,16 @@ 1.13 #define VMS__record_interval_end_in_probe( probeID ) \ 1.14 /* do nothing */ 1.15 1.16 +inline void doNothing(); 1.17 void 1.18 VMS_impl__print_stats_of_probe( int32 probeID ); 1.19 #define VMS__print_stats_of_probe( probeID ) \ 1.20 - /* do nothing */ 1.21 + doNothing/* do nothing */ 1.22 1.23 void 1.24 VMS_impl__print_stats_of_all_probes(); 1.25 #define VMS__print_stats_of_all_probes \ 1.26 - /* do nothing */ 1.27 + doNothing/* do nothing */ 1.28 1.29 #endif /* defined STATS__ENABLE_PROBES */ 1.30
