Re: [R] Measure execution time

2011-01-28 Thread Uwe Ligges



On 28.01.2011 09:07, Alaios wrote:

Dear list members,
I would like to measure how much time one function call makes from the time is 
call until the time it returns.

Could you please tell me if that is possible in R?


?system.time

Uwe Ligges




Best Regards
Alex

__
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.


__
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.


Re: [R] Measure execution time

2011-01-27 Thread Douglas Bates
?system.time

On Thu, Jan 27, 2011 at 10:31 AM, Alaios ala...@yahoo.com wrote:
 Dear list members,
 I would like to measure how much time one function call makes from the time 
 is call until the time it returns.

 Could you please tell me if that is possible in R?


 Best Regards
 Alex

 __
 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.


__
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.