Mercurial > cgi-bin > hgwebdir.cgi > VMS > VMS_Implementations > VMS_impls > VMS__MC_shared_impl
comparison probes.h @ 177:3bd35fc83c61
move loopgraph recording to plugin (\! changed scheduler fn prototype \!)
| author | Nina Engelhardt <nengel@mailbox.tu-berlin.de> |
|---|---|
| date | Wed, 04 Jan 2012 16:40:10 +0100 |
| parents | 9ddbb071142d |
| children | c11b9dcf6d24 0320b49ca013 |
comparison
equal
deleted
inserted
replaced
| 5:edadb5b0eb1d | 6:8d28d2737f50 |
|---|---|
| 122 #define VMS__print_stats_of_probe( probeID ) \ | 122 #define VMS__print_stats_of_probe( probeID ) \ |
| 123 VMS_impl__print_stats_of_probe( probeID ) | 123 VMS_impl__print_stats_of_probe( probeID ) |
| 124 | 124 |
| 125 void | 125 void |
| 126 VMS_impl__print_stats_of_all_probes(); | 126 VMS_impl__print_stats_of_all_probes(); |
| 127 #define VMS__print_stats_of_all_probes \ | 127 #define VMS__print_stats_of_all_probes() \ |
| 128 VMS_impl__print_stats_of_all_probes | 128 VMS_impl__print_stats_of_all_probes() |
| 129 | 129 |
| 130 | 130 |
| 131 #else | 131 #else |
| 132 int32 | 132 int32 |
| 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); |
