cvs commit: src/test/sysperf

Eirik Nygaard eirikn at crater.dragonflybsd.org
Sun Oct 31 12:20:37 PST 2004


eirikn      2004/10/31 12:19:24 PST

DragonFly src repository

  Modified files:
    test/sysperf         Makefile getuid_msg.c syscall2.c 
                         syscall3.c 
  Log:
  Update the sysperf tools to match the current sysmsg functions.
  
  sc1 times getuid() using the standard syscall method.
  sc2 times getuid() using the new sysmsg method.
  sc3 runs in an endless loop calling getuid() with the new sysmsg method.
  
  Revision  Changes    Path
  1.10      +1 -1      src/test/sysperf/Makefile
  1.3       +6 -24     src/test/sysperf/getuid_msg.c
  1.2       +22 -22    src/test/sysperf/syscall2.c
  1.2       +3 -1      src/test/sysperf/syscall3.c


http://www.dragonflybsd.org/cvsweb/src/test/sysperf/Makefile.diff?r1=1.9&r2=1.10&f=u
http://www.dragonflybsd.org/cvsweb/src/test/sysperf/getuid_msg.c.diff?r1=1.2&r2=1.3&f=u
http://www.dragonflybsd.org/cvsweb/src/test/sysperf/syscall2.c.diff?r1=1.1&r2=1.2&f=u
http://www.dragonflybsd.org/cvsweb/src/test/sysperf/syscall3.c.diff?r1=1.1&r2=1.2&f=u





More information about the Commits mailing list