After some hardcore bash code examining I found out that bash `time` uses `getrusage()` and GNU `time` uses `times()`. `getrusage()` is far more precise because of microsecond resolution.
After some hardcore bash code examining I found out that bash `time` uses `getrusage()` and GNU `time` uses `times()`. `getrusage()` is far more precise because of microsecond resolution.