milianw / how-to-write-a-memory-profilerLinks
CppCon 2019 Talk: slides and source code
☆47Updated 5 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:
- Create man pages from information used by Intel Intrinsics Guide and optionally uops.info☆45Updated 8 months ago
- NoVT is a compiler-based defense against vtable hijacking in C++ programs. It compiles C++ programs without using vtables.☆50Updated 2 years ago
- Effcee is a C++ library for stateful pattern matching of strings, inspired by LLVM's FileCheck☆102Updated last month
- A binary optimization/specialization library supporting multiple rewriters☆115Updated 4 years ago
- A better C/C++ macro extension. Implemented in Clang plugins. Inspired by Rust's macro system☆64Updated 5 years ago
- Tool to demangle C++ symbols.☆58Updated 2 years ago
- tool to show the structure layout of types in your C/C++ program, highlighting padding☆126Updated 2 years ago
- Dynamic runtime inlining with LLVM☆66Updated 3 years ago
- ☆29Updated 5 years ago
- Experimental patches to implement missing C++20 modules features for the clang/LLVM toolchain.☆23Updated 3 years ago
- A simple multi-platform library for reading TSC values on x86-64 and ARM architectures.☆36Updated last year
- Quick 'n' Dirty benchmarks for various integer parsing methods in C++☆41Updated 5 years ago
- A LD_PRELOAD based memory profiler and leak detector for Linux☆86Updated this week
- test suite generation for C++☆28Updated 2 months ago
- ☆21Updated 6 years ago
- EDSL for C++ to make just-in-time code generation easier☆85Updated 2 years ago
- Benchmarks for our memory allocator☆69Updated last year
- ☆109Updated last year
- 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…☆57Updated 2 years ago
- Memoro: A Detailed Heap Profiler☆184Updated 2 years ago
- CERE: Codelet Extractor and REplayer☆40Updated last year
- Companion Repository for the Lecture Slides for the Clang Libraries☆117Updated this week
- ☆21Updated 7 years ago
- A lock-free malloc(3) implementation☆20Updated 3 months ago
- C++20 Static Branch library☆65Updated 3 months ago
- C++ Testing using spies and fakes for isolation and simulation☆60Updated 7 years ago
- Very low-overhead timer/counter interfaces for C on Intel 64 processors.☆134Updated 5 years ago
- Implementation of the algorithms from "Scalable Lock-Free Dynamic Memory Allocation"☆16Updated 10 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
- Object Introspection (OI) enables on-demand, hierarchical profiling of objects in arbitrary C/C++ programs with no recompilation.☆178Updated last month