zsh-users
 help / color / mirror / code / Atom feed
From: Bart Schaefer <schaefer@brasslantern.com>
To: zsh-users@zsh.org
Subject: Re: extended history time duration is broken? What does it measure?
Date: Mon, 03 Feb 2014 23:48:59 -0800	[thread overview]
Message-ID: <140203234859.ZM20535@torch.brasslantern.com> (raw)
In-Reply-To: <CAHwuDSCqOJpK8w9ihNiHu6CuK9bvnBSY2u72_o7KrrkNrjXgcQ@mail.gmail.com>

On Feb 3, 10:43am, Francisco Borges wrote:
} Subject: extended history time duration is broken? What does it measure?
}
} I am running 4.3.17 and have EXTENDED_HISTORY set. The time duration for
} each and every command in my shell history is always zero. I issue some
} compilation commands that take nearly 20 minutes to run.
} 
} What is the durantion time of EXTENDED_HISTORY supposed to measure exactly?

Duration is not recorded when both INC_APPEND_HISTORY and SHARE_HISTORY
are set, because the command is written out when it starts so it can be
seen by other shells (rather than after it finishes) -- hence elapsed
time is not known.

I thought this was mentioned in either the docs or the FAQ, but I can't
find the reference just now.


      reply	other threads:[~2014-02-04  7:49 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-02-03  9:43 Francisco Borges
2014-02-04  7:48 ` Bart Schaefer [this message]

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=140203234859.ZM20535@torch.brasslantern.com \
    --to=schaefer@brasslantern.com \
    --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).