[Wine] Is any way to time (measure) the compiling time?

Martin Gregorie martin at gregorie.org
Sat Jun 27 05:11:20 CDT 2009


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









More information about the wine-users mailing list