From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4759 invoked from network); 15 Apr 2001 19:20:50 -0000 Received: from sunsite.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 15 Apr 2001 19:20:50 -0000 Received: (qmail 12018 invoked by alias); 15 Apr 2001 13:10:28 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 3819 Received: (qmail 11998 invoked from network); 15 Apr 2001 13:10:24 -0000 X-Authentication-Warning: paullew-ultra.cisco.com: paullew set sender to paullew@cisco.com using -f From: Paul Lew MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15065.17386.300246.739496@paullew-ultra.cisco.com> Date: Sat, 14 Apr 2001 23:47:06 -0700 To: zsh-users@sunsite.auc.dk Subject: zsh debug tracing with timestamp X-Mailer: VM 6.92 under Emacs 20.7.1 Any method to insert timestamp in front of the trace command turned on by set -x? We try to troubleshoot zsh startup time problem when people sharing the common zsh startup across US and in India. Timestamp will give us a clue which part take the longest and we can then make proper adjustment. Any help will be appreciated.