Git development
 help / color / mirror / Atom feed
* Silly Question About Timing
@ 2012-02-09 21:10 Hilco Wijbenga
  2012-02-09 21:16 ` Seth Robertson
  0 siblings, 1 reply; 4+ messages in thread
From: Hilco Wijbenga @ 2012-02-09 21:10 UTC (permalink / raw)
  To: Git Users

Hi all,

This is a bit silly but I'm trying to time how long it takes to enter
a Git controlled directory. I guess this is more of a GNU/Linux
question then anything else.

I've noticed that entering a Git controlled project directory takes
quite some time so I wanted to measure exactly how much (it's the
prompt I'm using that's taking the time, I suspect). I first tried (a
bit naive, I admit :-) )

time cd my-project

This doesn't work of course. Obviously, writing a script doesn't work
either because then the prompt isn't calculated. Next I tried

date +%H:%M:%S.%N ; cd my-project-abc ; date +%H:%M:%S.%N

but, surprisingly (to me), that doesn't work either. It simply prints
the two timestamps and *then* does the cd (or, at least, that's how it
seems to behave).

So how would one do this? :-)

Cheers,
Hilco

P.S. This slow cd is only the first time, afterwards things have been cached.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2012-02-09 21:54 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-09 21:10 Silly Question About Timing Hilco Wijbenga
2012-02-09 21:16 ` Seth Robertson
2012-02-09 21:48   ` Hilco Wijbenga
2012-02-09 21:54     ` Frans Klaver

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox