From owner-freebsd-current@FreeBSD.ORG Fri Feb 12 21:08:51 2010 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C88CD1065672 for ; Fri, 12 Feb 2010 21:08:51 +0000 (UTC) (envelope-from rysto32@gmail.com) Received: from mail-ew0-f211.google.com (mail-ew0-f211.google.com [209.85.219.211]) by mx1.freebsd.org (Postfix) with ESMTP id 5DD0B8FC12 for ; Fri, 12 Feb 2010 21:08:50 +0000 (UTC) Received: by ewy3 with SMTP id 3so3038911ewy.13 for ; Fri, 12 Feb 2010 13:08:50 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=THs/oOHaCKJ2utxJKBMIhk1RqPSX/UxtFqwpj+Fu3yc=; b=vA3v6e8bIo8IqjUINKB7k649AQ3zZou/TprKYVCLe+Kmh0yZt1NHftK52PUfbLCT5H 43ynXpxCgjSvxIrrV+bTkUZMqvnIqG8Z3+7zRDeiIH72aIGr5bunJbrxsXI8d1ERjtyY bNa2Gqj2ujcUdUDB8foxm50h9WK1Ze2MvfZis= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=H8ozemHxUmKGPZ9y+e1vjfEMKQxSY+aN8oEpWW7J9n2cWvB7d0UZ0eRPY1HTrvVfIT fJLE7oNXCfqxGRgFKVdhwoIJA740TZ4fhJwX87g8wdVErQ/0NX78Ie4G/DFNnqgqZb1x +9zL5BSZimnYqekj+yDuSZUzKdqhwI3AdLjWQ= MIME-Version: 1.0 Received: by 10.213.59.145 with SMTP id l17mr468068ebh.56.1266008929420; Fri, 12 Feb 2010 13:08:49 -0800 (PST) In-Reply-To: <7d6fde3d1002121302s6ae32cbar4a1c8fa6a36e4aeb@mail.gmail.com> References: <4B75A801.3040107@delphij.net> <7d6fde3d1002121241s45f1ba5dtb305ebe8f2beb15@mail.gmail.com> <4B75BFD7.6050107@delphij.net> <7d6fde3d1002121302s6ae32cbar4a1c8fa6a36e4aeb@mail.gmail.com> Date: Fri, 12 Feb 2010 16:08:49 -0500 Message-ID: From: Ryan Stone To: Garrett Cooper Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: FreeBSD Current , d@delphij.net Subject: Re: time doesn't work? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Feb 2010 21:08:51 -0000 > > [garrcoop@garrcoop-fbsd ~]$ time vim nose-plist-fix.diff > > # monkeyed around for a few seconds... > > real =A0 =A00m5.753s > user =A0 =A00m0.047s > sys =A0 =A0 0m0.019s > > [garrcoop@garrcoop-fbsd ~/ipcvs/freebsd/src]$ time -p vim > > # pattered around for a few more seconds... > > real 12.04 > user 0.07 > sys 0.03 > I'm not sure that this means much. user and system time measure how much *cpu* time was used. In an interactive application like vi I think that it's expected behaviour to see so little cpu time spent.