Hi all, Since proc.time return three different kind of times (user, system and elapsed) , I am wondering which one is right for calculating flops. In New S Language (Becker et. al. ) , it seems to be the user because " the user time measures the processor time used in S and the system time measures the operating system in response to S's request". But in R Help , system time sounds better as " The first two entries(referred to user and system time respectively) are the total user and system CPU times of the current R process and any child processes on which it has waited". Please help . Thanks.
-- View this message in context: http://www.nabble.com/flops-calculation-tf4708965.html#a13459745 Sent from the R help mailing list archive at Nabble.com. ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.