From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26538 invoked by alias); 30 Jan 2011 05:59:15 -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: 28677 Received: (qmail 9170 invoked from network); 30 Jan 2011 05:59:04 -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 autolearn=ham version=3.3.1 Received-SPF: pass (ns1.primenet.com.au: SPF record at _spf.google.com designates 209.85.214.171 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:content-type:content-transfer-encoding; bh=lf8iyFBf/R7Ma1Q3vcm+fVA0meBk3DoLvK+Q7gODO8s=; b=HaEZiKI+BoPC7RCWerXpfk+tmyKbnzqCoAss3tTl70xXKo/Qrr+LMce3MyNr8PIf/X 9idYJZRVkL6M5dcIX0VhBWZ/21wlrQP4CX3Toji6F8RShVG9enbhI8wIPzfY+twBPwpH sXcjuSoCbZ59V23pdVGZDpG1numYRexgp00GA= 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 :content-type:content-transfer-encoding; b=d41vVFJSvHmFIFSWWkDfn1BTDMkX9zPj+QOfzVg0z6kVy30MpYMvnONaOv8ICBHhI9 xCewBWnNjbv6Yy4p4mWn3HNDisLSVUcJrKu+Pg4hTX/muMec03VoFbf7yRtNmjsDDpK4 bLMo14uABJDfoEmeOHiul/+5AV9BDng2m39cs= MIME-Version: 1.0 In-Reply-To: <110129211610.ZM21714@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> From: cheer_xiao Date: Sun, 30 Jan 2011 13:53:13 +0800 Message-ID: Subject: Re: Slow completion when using aptitude To: Bart Schaefer , zsh-workers@zsh.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Sun, Jan 30, 2011 at 1:16 PM, Bart Schaefer wrote: > On Jan 30, 10:49am, cheer_xiao wrote: > } > } Anyone willing to look further into this issue and possibly come up wit= h a > } fix? A lot of thanks ahead. > > As you're able to reproduce it ... from the manual: > > =C2=A0 =C2=A0 When loaded, the zsh/zprof causes shell functions to be pro= filed. > =C2=A0 The profiling results can be obtained with the zprof builtin comma= nd > =C2=A0 made available by this module. =C2=A0There is no way to turn profi= ling off > =C2=A0 other than unloading the module. > > Load that module, run the slow completion, and get us some output from > the zprof command to look at. =C2=A0(Somebody else can fix the typo in > "the zsh/zprof causes".) I check the documentation that apparently there is no instruction on how to load modules. Any hints?