unioslo / tsdfx

File transfer utility
Other
4 stars 3 forks source link

Log how much time was spent scanning for files. #99

Closed petterreinholdtsen closed 8 years ago

petterreinholdtsen commented 8 years ago

Based on a patch from Marcin Krotkiewski and input from Dag-Erling Smørgrav in pull request #95, rewritten to avoid global variables and to use clock_gettime(CLOCK_MONOTONIC) directly instead of via library function.

petterreinholdtsen commented 8 years ago

Here is a different proposal to solve the same problem as pull request #95.