zsh-users
 help / color / mirror / code / Atom feed
From: Bart Schaefer <schaefer@brasslantern.com>
To: Roman Perepelitsa <roman.perepelitsa@gmail.com>
Cc: Zach Riggle <zachriggle@gmail.com>, Zsh Users <zsh-users@zsh.org>
Subject: Re: Timing function execution
Date: Sat, 6 Nov 2021 11:40:46 -0700	[thread overview]
Message-ID: <CAH+w=7ZmXgXXDrHUNgt3=F1vmcvt28XWOh13PQP51uYYHdVhOA@mail.gmail.com> (raw)
In-Reply-To: <CAH+w=7brr8EjV=V8tV2weQ6DqT3eputT+UrDffRhTVtO0wcFDQ@mail.gmail.com>

On Sat, Nov 6, 2021 at 11:35 AM Bart Schaefer <schaefer@brasslantern.com> wrote:
>
> Glancing through builtin.c, "times" (based on library times(3)) may be
> the answer?
>
> I had entirely forgotten the existence of that builtin.

And (with apologies for the multiple follow-ups) I had also forgotten
that you can run "time" with no arguments:

% time; foo; time
shell  0.03s user 0.01s system 0% cpu 11:05.07 total
children  1.30s user 0.17s system 0% cpu 11:05.07 total
hello
shell  0.03s user 0.01s system 0% cpu 11:06.07 total
children  1.30s user 0.17s system 0% cpu 11:06.07 total


  reply	other threads:[~2021-11-06 18:41 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-06 12:11 Zach Riggle
2021-11-06 16:15 ` Bart Schaefer
2021-11-06 16:21   ` Roman Perepelitsa
2021-11-06 18:17     ` Bart Schaefer
2021-11-06 18:35       ` Bart Schaefer
2021-11-06 18:40         ` Bart Schaefer [this message]
2021-11-06 18:43           ` Roman Perepelitsa
2021-11-06 19:01             ` Bart Schaefer
2021-11-06 20:37               ` Zach Riggle

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='CAH+w=7ZmXgXXDrHUNgt3=F1vmcvt28XWOh13PQP51uYYHdVhOA@mail.gmail.com' \
    --to=schaefer@brasslantern.com \
    --cc=roman.perepelitsa@gmail.com \
    --cc=zachriggle@gmail.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).