4 * Test a standard function call to a function which does nothing much.
6 * $DragonFly: src/test/sysperf/call1.c,v 1.1 2004/03/20 01:51:01 dillon Exp $
11 #define LOOP 1000000000
14 main(int ac
, char **av
)
18 printf("call nop() function in loop\n");
20 for (i
= 0; i
< LOOP
; ++i
)
22 stop_timing(LOOP
, "loop1/user");