]> arthur.barton.de Git - bup.git/commit
xstat: inline timespec_to_nsecs; guard cygwin fix
authorRob Browning <rlb@defaultvalue.org>
Mon, 26 Dec 2016 18:00:26 +0000 (12:00 -0600)
committerRob Browning <rlb@defaultvalue.org>
Mon, 26 Dec 2016 18:01:42 +0000 (12:01 -0600)
commit43ebef65bd8cf86f58d7bd49872cceea58d9712d
tree78ff41d1535b660caebf8cbd81bee5965f4b8a8d
parente54690a7405a2c7d60af29e8f628ed0f99eaa258
xstat: inline timespec_to_nsecs; guard cygwin fix

Profiling revealed this function was on the critical path, and these
changes helped a bit when the cache was hot.

Signed-off-by: Rob Browning <rlb@defaultvalue.org>
Tested-by: Rob Browning <rlb@defaultvalue.org>
lib/bup/xstat.py