Typegrind - Type Preserving Heap Profiler for C++
Offered By: CppNow via YouTube
Course Description
Overview
Explore a type-preserving heap profiler for C++ based on the LLVM/Clang tooling library. Discover how this advanced memory profiler provides detailed type information for allocated objects, including template constructs, in addition to standard heap profiling features. Learn how to extract data on individual memory operations and generate aggregated overviews, enabling programmers to identify critical classes responsible for memory usage and perform evidence-based optimizations. Gain insights into the tool's ability to reveal memory handling details, such as allocation locations, timing, and object types, even for standard containers using type-erasing allocators. Understand how this profiler overcomes C++'s lack of reflection and complex syntax challenges to provide valuable information for improving program performance and memory management.
Syllabus
Zsolt Parragi: Typegrind - Type preserving heap profiler for C++
Taught by
CppNow
Related Courses
Your Favorite Undefined Behavior in C++CppNow via YouTube Under the Hood - Assembly, System Calls, and Hardware in C++
CppNow via YouTube Carbon Language Successor Strategy - From C++ Interop to Memory Safety
CppNow via YouTube Value Oriented Programming Part 1 - You Say You Want to Write a Function
CppNow via YouTube Introducing a Memory-Safe Successor Language in Large C++ Code Bases
CppNow via YouTube