You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Object Introspection is a memory profiling technology for C++ objects. It provides the ability to dynamically instrument applications to capture the precise memory occupancy of entire object hierarchies including all containers and dynamic allocations. All this with no code modification or recompilation!
6
8
7
9
For more information on the technology and how to get started applying it to your applications please check out the [Object Introspection](https://facebookexperimental.github.io/object-introspection/) website.
0 commit comments