Skip to content
Prev 247393 / 398503 Next

access to right time unit when checking for time execution

On 15.01.2011 12:57, Christine SINOQUET wrote:
>
1. If you want to measure execution time, use system.time().
2. If you want to calculate a time difference, use difftime() and 
specify the unit:
difftime(stop1, start1, units="mins")

Best,
Uwe Ligges