comparison 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
comparison
equal deleted inserted replaced
2:3f4097b15722 4:a233a29a6778
133 VMS_impl__record_time_point_into_new_probe( char *nameStr,VirtProcr *animPr); 133 VMS_impl__record_time_point_into_new_probe( char *nameStr,VirtProcr *animPr);
134 #define VMS__record_time_point_into_new_probe( nameStr, animPr ) \ 134 #define VMS__record_time_point_into_new_probe( nameStr, animPr ) \
135 0 /* do nothing */ 135 0 /* do nothing */
136 136
137 int32 137 int32
138 VMS_ext_impl__record_time_point_into_new_probe( char *nameStr, VirtProcr *animPr); 138 VMS_ext_impl__record_time_point_into_new_probe( char *nameStr );
139 #define VMS_ext__record_time_point_into_new_probe( nameStr ) \ 139 #define VMS_ext__record_time_point_into_new_probe( nameStr ) \
140 0 /* do nothing */ 140 0 /* do nothing */
141 141
142 142
143 int32 143 int32
176 void 176 void
177 VMS_impl__record_interval_end_in_probe( int32 probeID ); 177 VMS_impl__record_interval_end_in_probe( int32 probeID );
178 #define VMS__record_interval_end_in_probe( probeID ) \ 178 #define VMS__record_interval_end_in_probe( probeID ) \
179 /* do nothing */ 179 /* do nothing */
180 180
181 inline void doNothing();
181 void 182 void
182 VMS_impl__print_stats_of_probe( int32 probeID ); 183 VMS_impl__print_stats_of_probe( int32 probeID );
183 #define VMS__print_stats_of_probe( probeID ) \ 184 #define VMS__print_stats_of_probe( probeID ) \
184 /* do nothing */ 185 doNothing/* do nothing */
185 186
186 void 187 void
187 VMS_impl__print_stats_of_all_probes(); 188 VMS_impl__print_stats_of_all_probes();
188 #define VMS__print_stats_of_all_probes \ 189 #define VMS__print_stats_of_all_probes \
189 /* do nothing */ 190 doNothing/* do nothing */
190 191
191 #endif /* defined STATS__ENABLE_PROBES */ 192 #endif /* defined STATS__ENABLE_PROBES */
192 193
193 #endif /* _PROBES_H */ 194 #endif /* _PROBES_H */
194 195