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: 18 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,517 |
kdab/hotspot | A standalone GUI for performance data visualization and analysis. | 4,174 |
pythonprofilers/memory_profiler | Tools for analyzing memory usage of Python programs | 4,392 |
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,859 |
krzysztofzablocki/lifetimetracker | A tool to detect memory leaks and retain cycles in iOS applications. | 3,156 |
dynamorio/drmemory | An open-source memory debugger for multiple operating systems and platforms | 2,453 |
async-profiler/async-profiler | A low-overhead profiler for Java applications that tracks CPU and heap usage, including non-Java threads. | 7,587 |
parca-dev/parca | Automated profiling tool to analyze CPU and memory usage across entire infrastructure | 4,174 |
shellphish/how2heap | A repository for learning heap exploitation techniques using glibc. | 7,246 |
root-project/root | A software package for analyzing and visualizing large scientific data sets | 2,711 |
rudjigames/mtuner | A memory profiling and leak finding tool for C/C++ applications across multiple platforms | 2,634 |
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 | 875 |