2009-12-17 Rafael Avila de Espindola <espindola@google.com>
authorRafael Ávila de Espíndola <respindola@mozilla.com>
Thu, 17 Dec 2009 16:02:03 +0000 (16:02 +0000)
committerRafael Ávila de Espíndola <respindola@mozilla.com>
Thu, 17 Dec 2009 16:02:03 +0000 (16:02 +0000)
commitd675ff4684242402af02908e431ed5e9fe045320
tree45bfbe1903cf6096bd6e80327625852653480829
parentff4a8d2b939133ea12e8994ff1f83d3a8e17baa2
2009-12-17  Rafael Avila de Espindola  <espindola@google.com>

* Makefile.am (CCFILES): Add timer.cc.
(HFILES): Add timer.h.
* configure.ac: Check for sysconf and times.
* main.cc: include timer.h.
(main): Use Timer instead of get_run_time.
* timer.cc: New.
* timer.h: New.
* workqueue.cc: include timer.h.
(Workqueue::find_and_run_task):
Report user, sys and wall time.
* Makefile.in: Regenerate.
* config.in: Regenerate.
* configure: Regenerate.
gold/ChangeLog
gold/Makefile.am
gold/Makefile.in
gold/config.in
gold/configure
gold/configure.ac
gold/main.cc
gold/timer.cc [new file with mode: 0644]
gold/timer.h [new file with mode: 0644]
gold/workqueue.cc
This page took 0.026442 seconds and 4 git commands to generate.