Searched refs:get_cputime (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/lgpl3/mpc/dist/tools/bench/
H A Dbenchtime.h30 unsigned long int t0 = get_cputime (); \
36 return get_cputime () - t0; \
H A Dmpcbench.c34 static unsigned long get_cputime (void);
115 get_cputime (void) function
/netbsd-current/external/lgpl3/mpfr/dist/tools/bench/
H A Dbenchtime.h31 unsigned long int t0 = get_cputime (); \
37 ti = get_cputime () - t0; \
H A Dmpfrbench.c34 static unsigned long get_cputime (void);
111 get_cputime (void) function

Completed in 208 milliseconds