4 * $DragonFly: src/test/sysperf/syscall2.c,v 1.2 2004/10/31 20:19:24 eirikn Exp $
11 extern int getuid_test(void);
16 struct timespec ts
, ts2
;
23 while (stop_timing(0, NULL
) == 0) {
24 for (j
= 0; j
< 100; ++j
)
30 for (count
= 0; count
< max
; count
+= 100) {
31 for (j
= 0; j
< 100; ++j
)
34 stop_timing(count
, "getuid() sysmsg");