Examples for 'rJava::.jmemprof'


rJava memory profiler

Aliases: .jmemprof

Keywords: interface

### ** Examples

## memory profiling support is optional so only works when enabled
tryCatch(
.jmemprof("rJava.mem.profile.txt"),
error=function(e) message(e))
Error in .jmemprof("rJava.mem.profile.txt"): Memory profiling support was not enabled in rJava.

[Package rJava version 1.0-6 Index]