comparison probes.c @ 68:9c3107044f86

Added measurement hists macros
author Me
date Sat, 20 Nov 2010 08:19:05 +0100
parents 7b799a46cc87
children 9ddbb071142d
comparison
equal deleted inserted replaced
5:9f65c4b35908 7:b286608ae8e6
332 332
333 print_probe_helper( probe ); 333 print_probe_helper( probe );
334 } 334 }
335 335
336 336
337 inline void doNothing(){};
337 338
338 void 339 void
339 generic_print_probe( void *_probe ) 340 generic_print_probe( void *_probe )
340 { IntervalProbe *probe; 341 { IntervalProbe *probe;
341 342