diff options
author | Karsten Blees <karsten.blees@gmail.com> | 2014-07-12 02:08:11 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-07-13 21:25:21 -0700 |
commit | 83d26fa724ef2efbeb332fa3dc92b00c0e579f28 (patch) | |
tree | e476793bdf739705a3c01533dc01b678fae1fcba /pathspec.h | |
parent | 132d41e69a460f1bb72ba9eb41c513c42d9a8532 (diff) | |
download | git-83d26fa724ef2efbeb332fa3dc92b00c0e579f28.tar.gz |
progress: simplify performance measurement by using getnanotime()
Calculating duration from a single uint64_t is simpler than from a struct
timeval. Change throughput measurement from gettimeofday() to
getnanotime().
Also calculate misec only if needed, and change integer division to integer
multiplication + shift, which should be slightly faster.
Signed-off-by: Karsten Blees <blees@dcon.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'pathspec.h')
0 files changed, 0 insertions, 0 deletions