From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9072 invoked from network); 25 Apr 2004 16:33:15 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 25 Apr 2004 16:33:15 -0000 Received: (qmail 13161 invoked by alias); 25 Apr 2004 16:33:03 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 7408 Received: (qmail 13145 invoked from network); 25 Apr 2004 16:33:03 -0000 Received: from localhost (HELO sunsite.dk) (127.0.0.1) by localhost with SMTP; 25 Apr 2004 16:33:03 -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:33:3 -0000 Received: (qmail 6952 invoked from network); 25 Apr 2004 16:33:02 -0000 Received: from lyta.akte.de (217.160.134.217) by a.mx.sunsite.dk with SMTP; 25 Apr 2004 16:33:01 -0000 Received: (root@lyta.akte.de) by lyta.akte.de id ; Sun, 25 Apr 2004 18:32:47 +0200 KRecCount: 1 KInfo: virscan ok KInfo: NoRelay, NoSpam Received: from condor.int.spiegl.de (p5480106C.dip.t-dialin.net [84.128.16.108]) by lyta.akte.de via kasmail (2.9) id ; Sun, 25 Apr 2004 16:32:41 GMT Received: from condor.int.spiegl.de (spiegl@localhost [127.0.0.1]) by condor.int.spiegl.de (8.12.11.Beta0/8.12.11.Beta0/Debian-1) with ESMTP id i3PGWYBu013790 for ; Sun, 25 Apr 2004 18:32:34 +0200 Received: (from spiegl@localhost) by condor.int.spiegl.de (8.12.11.Beta0/8.12.11.Beta0/Debian-1) id i3PGWYqp013788 for zsh-users@sunsite.dk; Sun, 25 Apr 2004 18:32:34 +0200 X-Authentication-Warning: condor.int.spiegl.de: spiegl set sender to zsh.Andy@spiegl.de using -f Date: Sun, 25 Apr 2004 18:32:34 +0200 From: Andy Spiegl To: zsh-users@sunsite.dk Subject: Re: Notification of time a command took Message-ID: <20040425163234.GA10475@spiegl.de> Mail-Followup-To: zsh-users@sunsite.dk 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> X-PGP-GPG-Keys: mail -s "send pgp" auto@spiegl.de X-Accepted-File-Formats: ASCII .rtf .ps .pdf - *NO* MS Office files please. X-why-you-shouldnt-use-MS-LookOut: http://www.jensbenecke.de/l-oe-en.php X-warum-man-MS-Outlook-vermeiden-sollte: http://www.jensbenecke.de/l-oe-de.php X-Message-Flag: LookOut! You are using an insecure mail reader which can be used to spread viruses. Reply-By: Tue, 24 Jul 1782 19:02:00 +1000 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 > This seems to be a useful feature, and since zsh has the union of all > features of all shells, surely it is possible in zsh, too. You're right. :-) man zshparam ... REPORTTIME If nonnegative, commands whose combined user and system execution times (measured in seconds) are greater than this value have timing statistics printed for them. ... So: condor:~>grep -i time .zshrc # show process statistics if cpu time is > 5 seconds export REPORTTIME=5 Chau, Andy. -- o _ _ _ ------- __o __o /\_ _ \\o (_)\__/o (_) -o) ----- _`\<,_ _`\<,_ _>(_) (_)/<_ \_| \ _|/' \/ /\\ ---- (_)/ (_) (_)/ (_) (_) (_) (_) (_)' _\o_ _\_v ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ "You can't have everything. Where would you put it?" (Steven Wright)