Project

General

Profile

ยซ Previous | Next ยป 

Revision c5529aa5

Added by nobu (Nobuyoshi Nakada) over 2 years ago

Fix a guard of Process.times

GETRUSAGE_BASED_CLOCK_PROCESS_CPUTIME_ID clock uses getrusage
always if available as the name states. That is if it is implemented
getrusage is available, regardless microseconds in its results.