From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28670 invoked from network); 25 Apr 2004 16:29:43 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 25 Apr 2004 16:29:43 -0000 Received: (qmail 27442 invoked by alias); 25 Apr 2004 16:29:32 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 7406 Received: (qmail 27388 invoked from network); 25 Apr 2004 16:29:32 -0000 Received: from localhost (HELO sunsite.dk) (127.0.0.1) by localhost with SMTP; 25 Apr 2004 16:29:32 -0000 X-MessageWall-Score: 0 (sunsite.dk) Received: from [130.225.247.86] by sunsite.dk (MessageWall 1.0.8) with SMTP; 25 Apr 2004 16:29:32 -0000 Received: (qmail 5809 invoked from network); 25 Apr 2004 16:29:31 -0000 Received: from dsl3-63-249-88-2.cruzio.com (HELO binome.blorf.net) (63.249.88.2) by a.mx.sunsite.dk with SMTP; 25 Apr 2004 16:29:29 -0000 Received: by binome.blorf.net (Postfix, from userid 1000) id C1220E54; Sun, 25 Apr 2004 09:29:25 -0700 (PDT) Date: Sun, 25 Apr 2004 09:29:25 -0700 From: Wayne Davison To: Kai Grossjohann Cc: zsh-users@sunsite.dk Subject: Re: Notification of time a command took Message-ID: <20040425162925.GA4624@blorf.net> References: <87r7ucvypp.fsf@emptyhost.emptydomain.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87r7ucvypp.fsf@emptyhost.emptydomain.de> User-Agent: Mutt/1.5.5.1+cvs20040105i X-Spam-Checker-Version: SpamAssassin 2.63 on a.mx.sunsite.dk X-Spam-Level: X-Spam-Status: No, hits=-0.0 required=6.0 tests=BAYES_44 autolearn=no version=2.63 X-Spam-Hits: -0.0 On Sun, Apr 25, 2004 at 05:55:46PM +0200, Kai Grossjohann wrote: > I think I remember having somebody seen with a tcsh which reported the > time a command took, if it took longer than N seconds. Searching through the zsh man page, I found that setting the environment variable REPORTTIME=N will accomplish that (where N sets the minimum total CPU time for the report to happen, not the minimum elapsed time). ..wayne..