R/memprof.R

Defines functions .jmemprof

Documented in .jmemprof

.jmemprof <- function(file = "-") {
  if (is.null(file)) file <- ""
  invisible(.Call(RJava_set_memprof, as.character(file)))
}
s-u/rJava documentation built on March 10, 2024, 8:12 a.m.