4 * $DragonFly: src/test/sysperf/syscall1.c,v 1.1 2003/08/12 04:29:44 dillon Exp $
10 main(int ac
, char **av
)
16 printf("timing standard getuid() syscall\n");
19 while (stop_timing(0, NULL
) == 0) {
20 for (j
= 0; j
< 100; ++j
)
26 for (count
= 0; count
< max
; count
+= 100) {
27 for (j
= 0; j
< 100; ++j
)
30 stop_timing(count
, "getuid()");