comparison probes.c @ 166:aefd87f9d12f

loop graph
author Nina Engelhardt
date Tue, 18 Oct 2011 15:53:04 +0200
parents 9ddbb071142d
children 0b49fd35afc1 7cff4e13d5c4 f6d81915512c
comparison
equal deleted inserted replaced
8:ee75f63fd44f 9:14e4eb1c022c
336 inline void doNothing(){}; 336 inline void doNothing(){};
337 337
338 void 338 void
339 generic_print_probe( void *_probe ) 339 generic_print_probe( void *_probe )
340 { 340 {
341 IntervalProbe *probe = (IntervalProbe *)_probe; 341 //IntervalProbe *probe = (IntervalProbe *)_probe;
342 342
343 //TODO segfault in printf 343 //TODO segfault in printf
344 //print_probe_helper( probe ); 344 //print_probe_helper( probe );
345 } 345 }
346 346