[Lunar-commits] r23056 - in moonbase/trunk/devel: . heap-buddy
Chad Kittel
v3rt1g0 at lunar-linux.org
Fri Jan 26 05:06:28 CET 2007
Author: v3rt1g0
Date: 2007-01-26 05:06:28 +0100 (Fri, 26 Jan 2007)
New Revision: 23056
Added:
moonbase/trunk/devel/heap-buddy/
moonbase/trunk/devel/heap-buddy/DEPENDS
moonbase/trunk/devel/heap-buddy/DETAILS
Log:
Inital import of heap-buddy, a memory profiling tool for Mono
Added: moonbase/trunk/devel/heap-buddy/DEPENDS
===================================================================
--- moonbase/trunk/devel/heap-buddy/DEPENDS (rev 0)
+++ moonbase/trunk/devel/heap-buddy/DEPENDS 2007-01-26 04:06:28 UTC (rev 23056)
@@ -0,0 +1 @@
+depends mono
Added: moonbase/trunk/devel/heap-buddy/DETAILS
===================================================================
--- moonbase/trunk/devel/heap-buddy/DETAILS (rev 0)
+++ moonbase/trunk/devel/heap-buddy/DETAILS 2007-01-26 04:06:28 UTC (rev 23056)
@@ -0,0 +1,15 @@
+ MODULE=heap-buddy
+ VERSION=0.1
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=http://go-mono.com/sources/$MODULE/
+ SOURCE_VFY=sha1:5e4e04d8ca847c1e8c11926742c0276d9c4ff156
+ WEB_SITE=http://www.mono-project.com/
+ ENTERED=20070125
+ UPDATED=20070125
+ SHORT="a memory profileing tool for the Mono .NET runtime"
+
+cat << EOF
+heap-buddy is a memory profiling tool for Mono. It attaches to special
+hooks in the mono runtime and tracks all of the managed memory allocations,
+every garbage collection and ever heap resize.
+EOF
More information about the Lunar-commits
mailing list