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: almost 9 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
| A tool that traces and logs API calls made by applications during runtime. | 392 |
| An interactive C++ compiler and runtime environment for rapid development and live coding | 413 |
| A Linux kernel module designed to help analyze volatile memory without the limitations of traditional memory dumping tools. | 115 |
| A dynamic memory tracking library to detect memory leaks and track allocation usage in C programs. | 116 |
| A Common Lisp library for recording and replaying code execution traces, enabling logging, tracing, testing, and persistence. | 39 |
| A Python library for performing advanced network traceroute analysis with SVG visualization. | 62 |
| A tool to measure time taken by specific code portions | 81 |
| Memory allocation library for small, linear memory spaces | 777 |
| A portable C++ stacktrace library supporting various platforms and debug formats | 754 |
| A collection of single-header libraries to facilitate reloading, debugging, and profiling C++ code. | 14 |
| A tool for displaying detailed information about system calls and signals in running processes. | 120 |
| Tracer for generating platform-specific execution traces with Frida plugin on various architectures | 473 |
| A cross-platform C++11 library for memory mapped file IO with support for shared and non-shared semantics. | 1,729 |
| Demonstrates live reloading of C++ code during development and testing | 14 |
| A memory allocator that reduces memory footprint by compacting and managing memory fragmentation in C/C++ applications | 1,761 |