commit | 132d41e69a460f1bb72ba9eb41c513c42d9a8532 | [log] [tgz] |
---|---|---|
author | Karsten Blees <karsten.blees@gmail.com> | Sat Jul 12 02:07:36 2014 +0200 |
committer | Junio C Hamano <gitster@pobox.com> | Sun Jul 13 21:25:21 2014 -0700 |
tree | 524ff5ec7ba092027d34f188cf93648b80c4078b | |
parent | 578da0391a7958510b960eaf1ef30d13e791554e [diff] |
wt-status: simplify performance measurement by using getnanotime() Calculating duration from a single uint64_t is simpler than from a struct timeval. Change performance measurement for 'advice.statusuoption' from gettimeofday() to getnanotime(). Also initialize t_begin to prevent uninitialized variable warning. Signed-off-by: Karsten Blees <blees@dcon.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>