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

/haiku/src/tests/system/benchmarks/
H A Dsyscallbench.c49 unsigned long libcall; local
56 libcall = test_func((void *)&getpid); // getpid is currently implemented as a library function returning the value of a global
62 printf("libcall time: %ld nanoseconds\n",
63 (1000*(libcall-overhead))/ITERATIONS);

Completed in 36 milliseconds