4 * $DragonFly: src/test/sysperf/syscall1.c,v 1.3 2007/05/20 23:22:17 dillon Exp $
10 main(int ac
, char **av
)
17 printf("timing standard getuid() syscall\n");
20 while (stop_timing(0, NULL
) == 0) {
21 for (j
= 0; j
< 100; ++j
)
27 for (count
= 0; count
< max
; count
+= 100) {
28 for (j
= 0; j
< 100; ++j
)
31 stop_timing(count
, "getuid()");