milianw / how-to-write-a-memory-profilerLinks
CppCon 2019 Talk: slides and source code
☆48Updated 6 years ago
Alternatives and similar repositories for how-to-write-a-memory-profiler
Users that are interested in how-to-write-a-memory-profiler are comparing it to the libraries listed below
Sorting:
- NoVT is a compiler-based defense against vtable hijacking in C++ programs. It compiles C++ programs without using vtables.☆50Updated 3 years ago
- Effcee is a C++ library for stateful pattern matching of strings, inspired by LLVM's FileCheck☆103Updated 5 months ago
- Create man pages from information used by Intel Intrinsics Guide and optionally uops.info☆46Updated last year
- Tool to demangle C++ symbols.☆58Updated 2 years ago
- A LD_PRELOAD based memory profiler and leak detector for Linux☆87Updated 4 months ago
- A simple multi-platform library for reading TSC values on x86-64 and ARM architectures.☆37Updated 2 years ago
- tool to show the structure layout of types in your C/C++ program, highlighting padding☆126Updated 2 years ago
- totally unofficial git repo containing sources for the CppMem tool available at http://svr-pes20-cppmem.cl.cam.ac.uk/cppmem/help.html and…☆26Updated 12 years ago
- CERE: Codelet Extractor and REplayer☆40Updated 2 years ago
- A binary optimization/specialization library supporting multiple rewriters☆119Updated 4 years ago
- A better C/C++ macro extension. Implemented in Clang plugins. Inspired by Rust's macro system☆64Updated 5 years ago
- Example of how to use the ptrace(2) system call to call a userspace method.☆154Updated 6 years ago
- Experimental patches to implement missing C++20 modules features for the clang/LLVM toolchain.☆23Updated 3 years ago
- Apply hot patches for running processes without restarting☆13Updated 5 years ago
- Dynamic runtime inlining with LLVM☆67Updated 4 years ago
- ☆17Updated 2 years ago
- Markup source code showing optimizations☆36Updated 6 years ago
- code for examining determinism of performance counters☆21Updated 4 years ago
- C++ Testing using spies and fakes for isolation and simulation☆61Updated 7 years ago
- test suite generation for C++☆28Updated 7 months ago
- pahole implementation for gdb☆43Updated 4 years ago
- Quick 'n' Dirty benchmarks for various integer parsing methods in C++☆41Updated 5 years ago
- Memoro: A Detailed Heap Profiler☆185Updated 3 years ago
- immintrin_dbg.h is an include file, a wrapper around immintrin.h. It implements most of AVX, AVX2, AVX-512 vector intrinsics to enable so…☆59Updated 3 years ago
- ☆21Updated 6 years ago
- Reworking of Agner Fog's performance test programs for Linux☆116Updated 2 months ago
- A gdb command to inspect the size of objects on the stack☆69Updated 2 years ago
- Query C++ codebases using SQLite☆188Updated 3 years ago
- Compiler instrumentation for testing☆31Updated 7 years ago
- Print stack traces from running processes, or core files. Supports aarch64, x86_64, and i386☆207Updated last week