Received: by mail.netbsd.org (Postfix, from userid 605) id E330084E9C; Mon, 30 May 2022 14:53:16 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2650484E70 for ; Mon, 30 May 2022 14:53:16 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id ZkuGHHZaGhk0 for ; Mon, 30 May 2022 14:53:15 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 941BF84CFD for ; Mon, 30 May 2022 14:53:15 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 6A03CFAEB; Mon, 30 May 2022 14:54:19 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_165392245969950" MIME-Version: 1.0 Date: Mon, 30 May 2022 14:54:19 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/benchmarks/R-profmem To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20220530145419.6A03CFAEB@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_165392245969950 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_165392245969950 Content-Disposition: inline Content-Length: 1706 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 +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 --_----------=_165392245969950--