zsh-users
 help / color / mirror / code / Atom feed
From: Richo Healey <richo@psych0tik.net>
To: zsh-users@zsh.org
Subject: Re: profile prompt rendering time
Date: Wed, 13 Jul 2016 14:37:13 -0700	[thread overview]
Message-ID: <20160713213713.GB75349@xenia> (raw)
In-Reply-To: <CAEwkUWO7yrxptZChw7Q3F=u=0+Uwf+Frmzo24py3xvrK1=cTtA@mail.gmail.com>

On 13/07/16 11:17 -0300, Filipe Silva wrote:
>Hi,
>
>short version: How can I profile each rendering of a zsh prompt?
>
>long version: I've recently came across a plugin (rupa/z) that, when
>installed, hit my zsh prompt rendering time by a noticeable amount.
>
>When I say prompt rendering time, I'm not refering to amount of time that
>it takes for the first zsh prompt to appear when I issue, for an example,
>`exec zsh` (that is achieve by issuing `time zsh -i -c "print -n"`).
>
>I'm talking about the time that it takes for zsh to give me another prompt
>once that it is fully loaded. In other words, I want to achieve this:
>
>~ $ ls (when i hit enter, start counting)
>code/ notes/ file.txt
>~ $ (stop counting when this prompt appears. show me elapsed time)
>
>Is that a way to do that?
>
>thanks in advance,
>
>Filipe Silva

You could do something fairly janky and just wrap your whole prompt in a
function that emits the prompt, and time(1)'s itself.


  parent reply	other threads:[~2016-07-13 21:37 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-07-13 14:17 Filipe Silva
2016-07-13 18:08 ` Bart Schaefer
2016-07-13 19:31   ` Filipe Silva
2016-07-13 21:29     ` Bart Schaefer
2016-07-13 21:37 ` Richo Healey [this message]
2016-07-13 22:37   ` Filipe Silva
2016-07-13 23:49   ` Bart Schaefer
2016-07-14  0:23     ` Filipe Silva
2016-07-14  5:25       ` Bart Schaefer
2016-07-14  0:28     ` Nikolay Aleksandrovich Pavlov (ZyX)
2016-07-14  0:49       ` Filipe Silva

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20160713213713.GB75349@xenia \
    --to=richo@psych0tik.net \
    --cc=zsh-users@zsh.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).