pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/benchmarks/R-profmem



Module Name:    pkgsrc
Committed By:   mef
Date:           Mon May 30 14:54:19 UTC 2022

Added Files:
        pkgsrc/benchmarks/R-profmem: DESCR Makefile distinfo

Log Message:
(benchmarks/R-profmem) import R-profmem-0.6.0

A simple and light-weight API for memory profiling of R expressions.
The profiling is built on top of R's built-in memory profiler
('utils::Rprofmem()'), which records every memory allocation done by R
(also native code).


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/benchmarks/R-profmem/DESCR \
    pkgsrc/benchmarks/R-profmem/Makefile pkgsrc/benchmarks/R-profmem/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/benchmarks/R-profmem/DESCR
diff -u /dev/null pkgsrc/benchmarks/R-profmem/DESCR:1.1
--- /dev/null   Mon May 30 14:54:19 2022
+++ pkgsrc/benchmarks/R-profmem/DESCR   Mon May 30 14:54:19 2022
@@ -0,0 +1,4 @@
+A simple and light-weight API for memory profiling of R expressions.
+The profiling is built on top of R's built-in memory profiler
+('utils::Rprofmem()'), which records every memory allocation done by R
+(also native code).
Index: pkgsrc/benchmarks/R-profmem/Makefile
diff -u /dev/null pkgsrc/benchmarks/R-profmem/Makefile:1.1
--- /dev/null   Mon May 30 14:54:19 2022
+++ pkgsrc/benchmarks/R-profmem/Makefile        Mon May 30 14:54:19 2022
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1 2022/05/30 14:54:19 mef Exp $
+
+R_PKGNAME=     profmem
+R_PKGVER=      0.6.0
+CATEGORIES=    benchmarks
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+COMMENT=       Simple Memory Profiling for R
+LICENSE=       gnu-lgpl-v2.1
+
+TEST_DEPENDS+= R-microbenchmark-[0-9]*:../../benchmarks/R-microbenchmark
+#EST_DEPENDS+= R-R.rsp-[0-9]*:
+
+USE_LANGUAGES= # none
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/benchmarks/R-profmem/distinfo
diff -u /dev/null pkgsrc/benchmarks/R-profmem/distinfo:1.1
--- /dev/null   Mon May 30 14:54:19 2022
+++ pkgsrc/benchmarks/R-profmem/distinfo        Mon May 30 14:54:19 2022
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2022/05/30 14:54:19 mef Exp $
+
+BLAKE2s (R/profmem_0.6.0.tar.gz) = eb67419ef494d1405249a13ae2d9062a60cb94906cbd1979bd2f624151da0472
+SHA512 (R/profmem_0.6.0.tar.gz) = dfa196b1cb53ae416a838fa454b322bcdbb52d000cb8fbf9c63457fe7413d1f6353f8c774679a9dc483d39f0ba4b9af0da7623c9943cc95d10f1ee4fa2bccb6c
+Size (R/profmem_0.6.0.tar.gz) = 25664 bytes



Home | Main Index | Thread Index | Old Index