# eazel-tools **Repository Path**: mirrors_chromium_gitlab_gnome/eazel-tools ## Basic Information - **Project Name**: eazel-tools - **Description**: No description available - **Primary Language**: Unknown - **License**: LGPL-2.1 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-08-09 - **Last Updated**: 2025-12-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README This file contains build instructions for eazel-tools. Right now the tools consist of a leak-checker and profiler (based on the Corel Wine profiler). ==================== 0: Table of contents ==================== 0: Table of contents 1: Hacking 2: Introduction 3: Distribution-specific notes 4: Compiling ========== 1: Hacking ========== If you would like to hack on eazel-tools, or have patches, please send mail to the eazel-tools maintainer: Pavel Cisler . Patches should also be sent to the Nautilus mailing list: The HACKING file contains other things you should know when hacking on Nautilus and when contributing code. Please, make sure you check the coding style document in docs/style-guide.html and other documents found in the "docs" directory. =============== 2. Introduction =============== Profiler is based on Corel's cprof. We have added support for shared libraries. leak-checker is based on Owen Taylor's MemProf. It lists all the outstanding allocations on program exit time, grouping them into groups of calls originating from the same stack trace. It deals with threaded apps and shared libraries. We have been using leak-checker extensively with great success for finding leaks in Nautilus, GnomeVFS, Bonobo and other related libraries. ============================== 3: Distribution-specific notes ============================== We have only used and tested these tools on RedHat 6.x systems. We are more than happy to accept patches to make them work on other systems. ============ 4: Compiling ============ Check the HACKING file for more information.