From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17648 invoked by alias); 30 Sep 2011 21:58:59 -0000 Mailing-List: contact zsh-users-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Users List List-Post: List-Help: X-Seq: 16457 Received: (qmail 5769 invoked from network); 30 Sep 2011 21:58:47 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.7 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW, T_TO_NO_BRKTS_FREEMAIL autolearn=ham version=3.3.1 Received-SPF: pass (ns1.primenet.com.au: SPF record at _spf.google.com designates 74.125.82.41 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; bh=2jqpkzJrAE9r07uzupGEWpmrnjrup+mpwsRcvM3Lsxo=; b=Qa7mPvim7ZxCmzvERo9nfcH4zvdTd1qOFhdUiDXj/NSoEybWBdi/XaObI0hbQBmKWF NmKgXTxJMTaSBqvpQ7Qoe6p8R0wnDut6S6GpIt9+LGm2rmtYA0fjMCId0+qSs+hZL2Qi 1eT6Yvl1W5EAIQIGYqx4wZNIkX7QHOLljkW7A= MIME-Version: 1.0 From: Renato Botelho Date: Fri, 30 Sep 2011 18:58:21 -0300 Message-ID: Subject: tcsh set time equivalent To: zsh-users@zsh.org Content-Type: text/plain; charset=ISO-8859-1 Hello, I used to have a configuration on tcsh: set time=(60 "\ Time spent in user mode (CPU seconds) : %Us\ Time spent in kernel mode (CPU seconds) : %Ss\ Total time : %Es\ CPU utilisation (percentage) : %P\ Times the process was swapped : %W\ Times of major page faults : %F\ Times of minor page faults : %R") With this, if a command that took over 60s to be executed, this summary was showed after. Is there any equivalent function on zsh? Regards -- Renato Botelho