MemProf 0.5.0 released



What is MemProf? 
================ 

MemProf is a tool for profiling memory usage and finding memory leaks. Its
two major features are: 

- It can generate a profile of which functions in your program have allocated
memory, and how much was allocated by each function and by the functions it
calls. 

- It can scan memory and find memory blocks that you've allocated but are no
longer referenced anywhere. 

MemProf works by pre-loading a library to override the C library's memory
allocation functions and does not require you to recompile your program. 

One advantage MemProf has over some other similar tools that are available
is that it has a nice GUI frontend and is relatively easy to use. 


Availability 
============ 

You can download MemProf at: 

ftp://ftp.gnome.org/pub/GNOME/2.0.0/sources/memprof/

For more information, visit the MemProf website: 

http://people.redhat.com/otaylor/memprof/


Overview of changes in MemProf 0.5.0 
==================================== 

* Port to GNOME2 platform [Kristian Rietveld] 
* Updated icon and added .desktop file [Anders Carlsson, Seth Nickell] 
* Various bug fixes [Owen Taylor, Soeren Sandmann, Michael Meeks] 
* New and updated translations: 
        - es (Carlos Perello Marin, Pablo del Campo) 
        - zh_CN (Wang Jian, He Qiangqiang) 
        - ms (Hasbullah Bin Pit) 
        - pt (Duarte Loreto) 
        - sk (Stanislav Visnovsky) 
        - vi (pclouds) 
        - de (Christian Meyer, Christian Neumair) 
        - az (Vasif Ismailoglu MD) 
        - ca (SoftcatalA) 
        - da (Ole Laursen) 
        - pl (Zbigniew Chyla) 
        - fr (Christophe Merlet, Laurent Richard) 
        - sv (Christian Rose) 
        - no (Kjartan Maraas) 
        - ru (Valek Filippov) 
        - et (Toivo Leedjarv) 
        - nl (Taco Witte) 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]