From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/38348 Path: main.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.gnus.general Subject: Re: Typos... Date: Mon, 27 Aug 2001 18:30:51 +0200 Message-ID: References: <871yly5qvr.fsf@inanna.rimspace.net> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035174225 21861 80.91.224.250 (21 Oct 2002 04:23:45 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 04:23:45 +0000 (UTC) Cc: ding@gnus.org Return-Path: Return-Path: Original-Received: (qmail 11032 invoked from network); 27 Aug 2001 16:31:16 -0000 Original-Received: from dolk.extundo.com (195.42.214.242) by gnus.org with SMTP; 27 Aug 2001 16:31:16 -0000 Original-Received: from barbar.josefsson.org (slipsten.extundo.com [195.42.214.241]) (authenticated) by dolk.extundo.com (8.11.6/8.11.6) with ESMTP id f7RGVKh28749; Mon, 27 Aug 2001 18:31:20 +0200 Original-To: Daniel Pittman In-Reply-To: <871yly5qvr.fsf@inanna.rimspace.net> (Daniel Pittman's message of "Mon, 27 Aug 2001 09:43:36 +1000") Mail-Copies-To: nobody User-Agent: Gnus/5.090004 (Oort Gnus v0.04) Emacs/21.0.104 Original-Lines: 19 Xref: main.gmane.org gmane.emacs.gnus.general:38348 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:38348 Daniel Pittman writes: >> Yeah, currently `g' makes nnfolder/nnml read the mark files and >> calculate things, which isn't necessary (it's only necessary if the >> marks file is changed). I'll fix it soon. > > Oh, good. I was starting to ponder instrumenting Gnus and finding out > where it was wasting time on startup; it takes a few tens of seconds > (with no progress message even at verbosity 7 -- hint) to do the marks > stuff over my 1.1GB of nnml... I've added some more messages. I did not made the optimization I thought of before yet, as it would actually be useful if you could instrument Gnus to find out where it's spending time, it may suggest other functions to optimize. Please M-x elp-instrument-package RET gnus RET and M-x elp-instrument-package RET nn RET. M-x elp-results RET after starting Gnus and after doing `g' would be useful. Thanks.