comparison probes.h @ 60:7b799a46cc87

Added compiler switch to turn on and off debug-only probes, deleted time-junk
author Me
date Mon, 08 Nov 2010 03:57:46 -0800
parents f59cfa31a579
children a6c442d52590 13b22ffb8a2f
comparison
equal deleted inserted replaced
1:fdc66d569a7b 2:3f4097b15722
85 float64 binWidth, char *nameStr, VirtProcr *animPr ); 85 float64 binWidth, char *nameStr, VirtProcr *animPr );
86 #define VMS__create_histogram_probe( numBins, startValue, \ 86 #define VMS__create_histogram_probe( numBins, startValue, \
87 binWidth, nameStr, animPr ) \ 87 binWidth, nameStr, animPr ) \
88 VMS_impl__create_histogram_probe( numBins, startValue, \ 88 VMS_impl__create_histogram_probe( numBins, startValue, \
89 binWidth, nameStr, animPr ) 89 binWidth, nameStr, animPr )
90 void
91 VMS_impl__free_probe( IntervalProbe *probe );
92 #define VMS__free_probe( probe ) \
93 VMS_impl__free_probe( probe )
90 94
91 void 95 void
92 VMS_impl__index_probe_by_its_name( int32 probeID, VirtProcr *animPr ); 96 VMS_impl__index_probe_by_its_name( int32 probeID, VirtProcr *animPr );
93 #define VMS__index_probe_by_its_name( probeID, animPr ) \ 97 #define VMS__index_probe_by_its_name( probeID, animPr ) \
94 VMS_impl__index_probe_by_its_name( probeID, animPr ) 98 VMS_impl__index_probe_by_its_name( probeID, animPr )