pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/benchmarks/R-profmem (benchmarks/R-profmem) import R-p...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/af6fb8423544
branches:  trunk
changeset: 380169:af6fb8423544
user:      mef <mef%pkgsrc.org@localhost>
date:      Mon May 30 14:54:19 2022 +0000

description:
(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).

diffstat:

 benchmarks/R-profmem/DESCR    |   4 ++++
 benchmarks/R-profmem/Makefile |  17 +++++++++++++++++
 benchmarks/R-profmem/distinfo |   5 +++++
 3 files changed, 26 insertions(+), 0 deletions(-)

diffs (38 lines):

diff -r e7b389c16b09 -r af6fb8423544 benchmarks/R-profmem/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/benchmarks/R-profmem/DESCR        Mon May 30 14:54:19 2022 +0000
@@ -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).
diff -r e7b389c16b09 -r af6fb8423544 benchmarks/R-profmem/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/benchmarks/R-profmem/Makefile     Mon May 30 14:54:19 2022 +0000
@@ -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"
diff -r e7b389c16b09 -r af6fb8423544 benchmarks/R-profmem/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/benchmarks/R-profmem/distinfo     Mon May 30 14:54:19 2022 +0000
@@ -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