Skip to main content
2 of 2
added 9 characters in body
Kevin
  • 41.7k
  • 17
  • 91
  • 113

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.