Re: [R] processing time line by line

2015-10-16 Thread Giorgio Garziano
I may suggest this tutorial: http://www.stat.berkeley.edu/~nolan/stat133/Fall05/lectures/profilingEx.html and this discussion: http://stackoverflow.com/questions/3650862/how-to-efficiently-use-rprof-in-r which inspired this example: Rprof("profile1.out", line.profiling=TRUE) for(i in 1:10

[R] processing time line by line

2015-10-15 Thread Sheila the angel
Hello All, I am looking for any package/function which can give processing time for each line of a given function. I came through the package "profr" but don't know how to find line number. Any help will be appreciated. Thanks -- Sheila [[alternative HTML version deleted]] __