zpao / object-introspection

Object Introspection (OI) enables on-demand, hierarchical profiling of objects in arbitrary C/C++ programs with no recompilation.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

object-introspection

Matrix Chat

OI Logo

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!

For more information on the technology and how to get started applying it to your applications please check out the Object Introspection website.

Join the Object Introspection community

See the CONTRIBUTING file for how to help out.

License

Object Introspection is licensed under the Apache 2.0 License.

About

Object Introspection (OI) enables on-demand, hierarchical profiling of objects in arbitrary C/C++ programs with no recompilation.

License:Apache License 2.0


Languages

Language:C++ 90.4%Language:Python 4.8%Language:CMake 2.9%Language:JavaScript 0.9%Language:C 0.4%Language:Yacc 0.3%Language:Lex 0.3%Language:CSS 0.2%