Examples for 'utils::Rprof'


Enable Profiling of R's Execution

Aliases: Rprof

Keywords: utilities

### ** Examples

## Not run: 
##D Rprof()
##D ## some code to be profiled
##D Rprof(NULL)
##D ## some code NOT to be profiled
##D Rprof(append = TRUE)
##D ## some code to be profiled
##D Rprof(NULL)
##D ## ...
##D ## Now post-process the output as described in Details
## End(Not run)

[Package utils version 4.2.3 Index]