From owner-cvs-src@FreeBSD.ORG Thu Sep 30 05:25:01 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2E6DF16A4CE; Thu, 30 Sep 2004 05:25:01 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D62D243D41; Thu, 30 Sep 2004 05:25:00 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i8U5P07C078555; Thu, 30 Sep 2004 05:25:00 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i8U5P0hM078554; Thu, 30 Sep 2004 05:25:00 GMT (envelope-from rwatson) Message-Id: <200409300525.i8U5P0hM078554@repoman.freebsd.org> From: Robert Watson Date: Thu, 30 Sep 2004 05:25:00 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/tools/tools/syscall_timing Makefile syscall_timing.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2004 05:25:01 -0000 rwatson 2004-09-30 05:25:00 UTC FreeBSD src repository Added files: tools/tools/syscall_timing Makefile syscall_timing.c Log: Add syscall_timing, a simple timing micro-benchmark for some characteristic system calls. I've been sending this to people for a while, and figured it would be more efficient to just put it in CVS. Revision Changes Path 1.1 +9 -0 src/tools/tools/syscall_timing/Makefile (new) 1.1 +186 -0 src/tools/tools/syscall_timing/syscall_timing.c (new)