diff probes.h @ 52:f59cfa31a579

fixed up probes just a bit
author Me
date Sat, 30 Oct 2010 21:53:55 -0700
parents 8f7141a9272e
children 42dd44df1bb0
line diff
     1.1 --- a/probes.h	Sat Oct 30 20:55:39 2010 -0700
     1.2 +++ b/probes.h	Sat Oct 30 21:53:55 2010 -0700
     1.3 @@ -14,9 +14,6 @@
     1.4  
     1.5  #include <sys/time.h>
     1.6  
     1.7 -   //turns on the probe-instrumentation in the application -- when not
     1.8 -   // defined, the calls to the probe functions turn into comments
     1.9 -//#define STATS__ENABLE_PROBES
    1.10  
    1.11     //when STATS__TURN_ON_PROBES is defined allows using probes to measure
    1.12     // time intervals.  The probes are macros that only compile to something
    1.13 @@ -72,9 +69,9 @@
    1.14          VMS_impl__record_time_point_in_new_probe( nameStr, animPr )
    1.15  
    1.16  int32
    1.17 -VMS_ext_impl__record_time_point_into_new_probe( char *nameStr, VirtProcr *animPr);
    1.18 +VMS_ext_impl__record_time_point_into_new_probe( char *nameStr );
    1.19  #define VMS_ext__record_time_point_into_new_probe( nameStr ) \
    1.20 -        VMS_ext_impl__record_time_point_into_new_probe_impl( nameStr )
    1.21 +        VMS_ext_impl__record_time_point_into_new_probe( nameStr )
    1.22  
    1.23  
    1.24  int32