[Lunar-commits] CVS: moonbase/utils/memprof DETAILS,1.5,1.6

Chad Kittel v3rt1g0 at lunar-linux.org
Tue Jan 4 03:54:54 UTC 2005


Update of /var/cvs/lunar/moonbase/utils/memprof
In directory espresso.foo-projects.org:/tmp/cvs-serv25830

Modified Files:
	DETAILS 
Log Message:
Updated the WEB_SITE and added a bit more text in the long description.


Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/utils/memprof/DETAILS,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- DETAILS	5 Oct 2004 09:30:19 -0000	1.5
+++ DETAILS	4 Jan 2005 03:54:51 -0000	1.6
@@ -1,11 +1,18 @@
-           MODULE=memprof
+          MODULE=memprof
          VERSION=0.5.1
           SOURCE=$MODULE-$VERSION.tar.bz2
-   SOURCE_URL[0]=$GNOME_URL/sources/$MODULE/0.5/
-        WEB_SITE=http://people.redhat.com/~otaylor/memprof/
+      SOURCE_URL=$GNOME_URL/sources/$MODULE/0.5/
+        WEB_SITE=http://www.gnome.org/projects/memprof/
          ENTERED=20020213
          UPDATED=20030328
            SHORT="Memory profiling tool"
+
 cat << EOF
 MemProf is a tool for profiling memory usage and finding memory leaks.
+
+Its two major features are:
+ * It can generate a profile how much memory was allocated by each 
+   function in your program.
+ * It can scan memory and find blocks that you've allocated but are no
+   longer referenced anywhere.
 EOF



More information about the Lunar-commits mailing list