On Sat, 2009-06-27 at 03:51 -0500, stimpak wrote: > I was compiling wine from latest git, and since wine is so huge, it > takes awfully lot of time, around 20mins or so. Not that im > complaining, but it made me wondering how much time my computer needs > to compile it and if I could somehow time it. - I could use a timer, > but that beats the reason i own a computer in the first place ;) > $ time make all Time runs whatever command follows it on the line. It reports the elapsed time and the cpu time used. Martin