heaptrack
Memory Profiler
A tool that analyzes memory allocation patterns in applications to identify performance issues.
A heap memory profiler for Linux
3k stars
51 watching
203 forks
Language: C++
last commit: 9 days ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
koute/bytehound | A memory profiling tool that gathers allocation and deallocation data along with full stack traces to analyze memory leaks and fragmentation. | 4,500 |
kdab/hotspot | A standalone GUI for performance data visualization and analysis. | 4,148 |
pythonprofilers/memory_profiler | Tools for analyzing memory usage of Python programs | 4,379 |
mariusae/heapster | An agent-based heap profiling tool for Java Virtual Machines | 395 |
tapwork/heapinspector-for-ios | An iOS app that helps detect memory issues and leaks in Objective-C apps without using Instruments. | 1,860 |
krzysztofzablocki/lifetimetracker | A tool to detect memory leaks and retain cycles in iOS applications. | 3,152 |
dynamorio/drmemory | An open-source memory debugger for multiple operating systems and platforms | 2,443 |
async-profiler/async-profiler | A Java profiling tool that collects information about CPU usage and memory allocations | 7,562 |
parca-dev/parca | Automated profiling tool to analyze CPU and memory usage across entire infrastructure | 4,154 |
shellphish/how2heap | A repository for learning heap exploitation techniques using glibc. | 7,232 |
root-project/root | A software package for analyzing and visualizing large scientific data sets | 2,707 |
rudjigames/mtuner | Memory profiling and leak finding tool for C/C++ applications | 2,631 |
vlsi/mat-calcite-plugin | An Eclipse Memory Analyzer plugin that enables querying heap dumps using standard SQL operations. | 156 |
kd8bny/limeaide | Automates the process of remotely dumping RAM and creating volatility profiles on Linux clients. | 161 |
ccareaga/heap_allocator | A simple heap memory allocator implemented in C | 873 |