Re: [R] determining system time for sequence of commands

2011-07-23 Thread Dieter Menne
jannis-2 wrote: > > I am trying to figure out how much CPU time individual commands inside > one of my functions consume. Is it possible to obtain the CPU times of a > whole sequence of commands inside a function? > See the example under proc.time() Dieter -- View this message in context:

[R] determining system time for sequence of commands

2011-07-23 Thread Jannis
Dear list members, I am trying to figure out how much CPU time individual commands inside one of my functions consume. Is it possible to obtain the CPU times of a whole sequence of commands inside a function? I know how to use system.time() but this would only give me the time consumed by the