home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / bsd_srcs / sys / tests / benchmarks / run.awk < prev    next >
Encoding:
Text File  |  1985-05-06  |  134 b   |  4 lines

  1. $2 == "syscall"    {
  2.     ncalls = $3; getline; time = substr($2, 0, 4);
  3.     print "System Call Overhead: ", (time * 1000000) / ncalls, "us"; }
  4.