Searched refs:elaps (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/libbegemot/ |
H A D | rpoll.c | 642 double elaps(void); 646 elaps(void) in elaps() function 674 printf("%4.1f -- %d: %s\n", elaps(), tid, (char *)arg); in tfunc0() 679 printf("%4.1f -- %d: %s\n", elaps(), tid, (char *)arg); in tfunc1() 687 printf("%4.1f -- %d\n", elaps(), tid); in tfunc2() 696 printf("%4.1f -- %d: %s\n", elaps(), tid, (char *)arg); in second() 704 printf("%4.1f -- %d: %s\n", elaps(), tid, (char *)arg); in first()
|