Re: [Rd] profiler and loops

2009-03-03 Thread Romain Francois
Please ignore the previous patch which did not take into account the conditional compilation of doprof on windows. This one does, but was not tested on windows. Romain Romain Francois wrote: Hello, Please find attached a patch against svn implementing this proposal. The part I don't fully

Re: [Rd] profiler and loops

2009-03-03 Thread Romain Francois
Hello, Please find attached a patch against svn implementing this proposal. The part I don't fully understand is the part involving the function loopWithContect, so I've put "[loop]" in there instead of "[for]", "[while]" or "[repeat]" because I don't really know how to extract the informat