From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/46432 Path: main.gmane.org!not-for-mail From: Scott A Crosby Newsgroups: gmane.emacs.gnus.general Subject: Re: Time in Redisplay Date: 08 Sep 2002 03:34:17 -0500 Organization: Rice University Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1031474104 32610 127.0.0.1 (8 Sep 2002 08:35:04 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 8 Sep 2002 08:35:04 +0000 (UTC) Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 17nxX3-0008TW-00 for ; Sun, 08 Sep 2002 10:35:01 +0200 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 17nxWd-0006Cp-00; Sun, 08 Sep 2002 03:34:35 -0500 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Sun, 08 Sep 2002 03:35:11 -0500 (CDT) Original-Received: from sclp3.sclp.com (qmailr@sclp3.sclp.com [209.196.61.66]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id DAA05543 for ; Sun, 8 Sep 2002 03:35:00 -0500 (CDT) Original-Received: (qmail 18018 invoked by alias); 8 Sep 2002 08:34:18 -0000 Original-Received: (qmail 18012 invoked from network); 8 Sep 2002 08:34:18 -0000 Original-Received: from cs.rice.edu (128.42.1.30) by gnus.org with SMTP; 8 Sep 2002 08:34:18 -0000 Original-Received: from localhost (localhost [127.0.0.1]) by cs.rice.edu (Postfix) with ESMTP id 0A94E4AB11 for ; Sun, 8 Sep 2002 03:34:18 -0500 (CDT) Original-Received: from bert.cs.rice.edu (bert.cs.rice.edu [128.42.3.146]) by cs.rice.edu (Postfix) with ESMTP id 8BCAA4A9F5 for ; Sun, 8 Sep 2002 03:34:17 -0500 (CDT) Original-Received: by bert.cs.rice.edu (Postfix, from userid 14314) id 593F037410A; Sun, 8 Sep 2002 03:34:17 -0500 (CDT) Original-To: ding@gnus.org In-Reply-To: Original-Lines: 28 User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Common Lisp) X-Virus-Scanned: by AMaViS snapshot-20020300 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:46432 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:46432 On 08 Sep 2002 03:29:39 -0500, Scott A Crosby writes: > Hello, I'm using: > > XEmacs 21.4 (patch 6) "Common Lisp" [Lucid] (i386-debian-linux, Mule) of Sat Apr 6 2002 on eeyore > Gnus v5.8.8 > > I've been using my session My apologies.... I was about to comment in the lunacy of this profile: Function Name Ticks %/Total Call Count =============================================== ===== ======= ========== (in redisplay) 374494 67.116 (in garbage collection) 51996 9.319 next-single-property-change 31473 5.641 9569955 (processing events at top level) 16849 3.020 string-match 7443 1.334 6500752 select-frame 7188 1.288 29466166 ad-Orig-re-search-forward 5997 1.075 2736930 kill-all-local-variables 5560 0.996 200237 lazy-lock-fontify-window 3525 0.632 9593636 get-text-property 3082 0.552 19423541 when I noticed I was accidently running MULE. Does non-MULE run redisplay signifigantly faster? Scott