LiveMemTracer
Memory Tracer
A header-only C++ library that provides real-time live memory allocation tracing and visualization using ImGui.
Live memory allocation tracing header only library using ImGui
85 stars
7 watching
5 forks
Language: C++
last commit: over 8 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
mxmssh/drltrace | A tool that traces and logs API calls made by applications during runtime. | 392 |
onqtam/rcrl | An interactive C++ compiler and runtime environment for rapid development and live coding | 413 |
natebrune/fmem | A Linux kernel module designed to help analyze volatile memory without the limitations of traditional memory dumping tools. | 115 |
rxi/dmt | A dynamic memory tracking library to detect memory leaks and track allocation usage in C programs. | 116 |
melisgl/journal | A Common Lisp library for recording and replaying code execution traces, enabling logging, tracing, testing, and persistence. | 39 |
rwhalb/mtraceroute | A Python library for performing advanced network traceroute analysis with SVG visualization. | 62 |
cedricguillemet/libprofiler | A tool to measure time taken by specific code portions | 81 |
thi-ng/tinyalloc | Memory allocation library for small, linear memory spaces | 777 |
jeremy-rifkin/cpptrace | A portable C++ stacktrace library supporting various platforms and debug formats | 754 |
azmr/live_edit | A collection of single-header libraries to facilitate reloading, debugging, and profiling C++ code. | 14 |
automation-stack/ctrace | A tool for displaying detailed information about system calls and signals in running processes. | 120 |
synacktiv/frinet | Tracer for generating platform-specific execution traces with Frida plugin on various architectures | 473 |
vimpunk/mio | A cross-platform C++11 library for memory mapped file IO with support for shared and non-shared semantics. | 1,729 |
nlguillemot/live_reload_test | Demonstrates live reloading of C++ code during development and testing | 14 |
plasma-umass/mesh | A memory allocator that reduces memory footprint by compacting and managing memory fragmentation in C/C++ applications | 1,761 |