Re: [R] How much time a process need?

2011-11-08 Thread Jim Holtman
could be that the process was waiting for the user to select a file from a list, or some other input before proceeding. Would have to see what the overall performance of the system was at that point. It could also have been that the process was low on physical memory and there was a lot of

Re: [R] How much time a process need?

2011-11-08 Thread Alaios
of how much it takes once  I press enter theh process to finish   A From: Jim Holtman jholt...@gmail.com To: Rolf Turner rolf.tur...@xtra.co.nz Cc: R-help@r-project.org R-help@r-project.org Sent: Tuesday, November 8, 2011 12:34 PM Subject: Re: [R] How much time

Re: [R] How much time a process need?

2011-11-08 Thread jim holtman
Sent: Tuesday, November 8, 2011 12:34 PM Subject: Re: [R] How much time a process need? could be that the process was waiting for the user to select a file from a list, or some other input before proceeding.  Would have to see what the overall performance of the system was at that point

[R] How much time a process need?

2011-11-07 Thread Alaios
Dear all, I have finished a large function that takes around 1 day to finish. I was using system.time(callmyfunction()) to measure how much time it needed to finish, my problem is that I do not know how to interpret their numbers. I was looking to convert these results to something more readably

Re: [R] How much time a process need?

2011-11-07 Thread Uwe Ligges
On 07.11.2011 11:09, Alaios wrote: Dear all, I have finished a large function that takes around 1 day to finish. I was using system.time(callmyfunction()) to measure how much time it needed to finish, my problem is that I do not know how to interpret their numbers. I was looking to convert

Re: [R] How much time a process need?

2011-11-07 Thread Alaios
-help@r-project.org Sent: Monday, November 7, 2011 1:27 PM Subject: Re: [R] How much time a process need? On 07.11.2011 11:09, Alaios wrote: Dear all, I have finished a large function that takes around 1 day to finish. I was using system.time(callmyfunction()) to measure how much time it needed

Re: [R] How much time a process need?

2011-11-07 Thread Joshua Wiley
want. Josh From: Uwe Ligges lig...@statistik.tu-dortmund.de Cc: R-help@r-project.org R-help@r-project.org Sent: Monday, November 7, 2011 1:27 PM Subject: Re: [R] How much time a process need? On 07.11.2011 11:09, Alaios wrote: Dear all, I have finished

Re: [R] How much time a process need?

2011-11-07 Thread R. Michael Weylandt
-project.org Sent: Monday, November 7, 2011 1:27 PM Subject: Re: [R] How much time a process need? On 07.11.2011 11:09, Alaios wrote: Dear all, I have finished a large function that takes around 1 day to finish. I was using system.time(callmyfunction()) to measure how much time it needed

Re: [R] How much time a process need?

2011-11-07 Thread Uwe Ligges
From: Uwe Liggeslig...@statistik.tu-dortmund.de To: Alaiosala...@yahoo.com Cc: R-help@r-project.orgR-help@r-project.org Sent: Monday, November 7, 2011 1:27 PM Subject: Re: [R] How much time a process need? On 07.11.2011 11:09, Alaios wrote: Dear all, I have finished a large function

Re: [R] How much time a process need?

2011-11-07 Thread Rolf Turner
On 08/11/11 02:40, Joshua Wiley wrote: On Mon, Nov 7, 2011 at 5:32 AM, Alaiosala...@yahoo.com wrote: So I just need to get the user system elapsed 0.460 0.048 67.366 user value and convert the seconds to days and then to hours ? Right? What about this elapsed field? It's all in