search for: runoneround

Displaying 1 result from an estimated 1 matches for "runoneround".

2010 Jan 05
1
Naming functions for the purpose of profiling
...time spent inside the <Anonymous> function. Of course, this can in fact be any of several functions, but I am unable to see how I could use the information from Rprof.out to discern which function is taking the most time. An example line from my Rprof.out is: rbernoulli <Anonymous> runOneRound FUN lapply sfLapply doTryCatch tryCatchOne tryCatchList tryCatch try eval.with.vis eval.with.vis source In my case, the <Anonymous> functions seem to be any of several work-horse functions, that are part of a list, and different cases are dispatched to different functions. I could of cour...