From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8482 invoked by alias); 30 Jan 2011 10:40:46 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 28679 Received: (qmail 23176 invoked from network); 30 Jan 2011 10:40:43 -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,HTML_MESSAGE,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.1 Received-SPF: pass (ns1.primenet.com.au: SPF record at _spf.google.com designates 209.85.216.178 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type; bh=aeJc0qT2udD4LkQVhqxVe7MLyW2W2Oc6d06UnkY/RIc=; b=p5HzB1ZBCDI1slPX4+9b22Qg+5Ulha0k5kg1BB7JZKvC+wLc6O5wkKLj+GLtaxxYhC /QXNBxyz9FJXCnuWh8cJgG1bS/2jqOYfchyZKz0xZC8yQe/vT5XFR6b6z0Dxg7uD4nm+ pVUQj/nAyvwP84UJ7nG/DaOCP7RMEDJoXM4Bk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; b=sXrc/FzjQx6SosAKVo/drBP8j4B8zh5D1p0VZR+u3nwirojAg+loXQCX3rwiXFFtmU 8/lAl13kSWcCqT2VjchMcz6z0W+5z63FXgzXUHU5XbQxSH/BrD15CSccggpEWU1mvkzq HtZFG+azdOcJsFdOCDpEYhCTIuKxx9DyBByKU= MIME-Version: 1.0 In-Reply-To: <110129231514.ZM21967@torch.brasslantern.com> References: <87oc74dpuy.fsf@ft.bewatermyfriend.org> <87d3njemu9.fsf@ft.bewatermyfriend.org> <110126090508.ZM2111@torch.brasslantern.com> <110126092944.ZM2205@torch.brasslantern.com> <110129211610.ZM21714@torch.brasslantern.com> <110129231514.ZM21967@torch.brasslantern.com> From: Julien Nicoulaud Date: Sun, 30 Jan 2011 11:40:11 +0100 Message-ID: Subject: Re: Slow completion when using aptitude To: Bart Schaefer Cc: cheer_xiao , zsh-workers@zsh.org Content-Type: multipart/alternative; boundary=0016363b90c4f5e573049b0ded97 --0016363b90c4f5e573049b0ded97 Content-Type: text/plain; charset=ISO-8859-1 Here is zprof after a "sudo apt-get install a": http://paste2.org/p/1219060 And after a "sudo aptitude install a": http://paste2.org/p/1219061 As you said earlier, all the time is spent in _deb_packages_update_uninstalled... 2011/1/30 Bart Schaefer > On Jan 30, 1:53pm, cheer_xiao wrote: > } > } I check the documentation that apparently there is no instruction on > } how to load modules. Any hints? > > zmodload zsh/zprof > > The zmodload command ought to be cross-referenced from the "Zsh Modules" > section, but there is an index entry for "loading modules" that points > to zmodload. > --0016363b90c4f5e573049b0ded97--