File: memprof.R

package info (click to toggle)
rjava 1.0-11-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,184 kB
  • sloc: java: 13,223; ansic: 5,479; sh: 3,776; xml: 325; makefile: 250; perl: 33
file content (4 lines) | stat: -rw-r--r-- 128 bytes parent folder | download | duplicates (7)
1
2
3
4
.jmemprof <- function(file = "-") {
  if (is.null(file)) file <- ""
  invisible(.Call(RJava_set_memprof, as.character(file)))
}