object-introspection/README.md

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

16 lines
926 B
Markdown
Raw Normal View History

# object-introspection
[![Matrix Chat](https://img.shields.io/matrix/object-introspection:matrix.org.svg)](https://matrix.to/#/#object-introspection:matrix.org)
![OI Logo](/website/static/img/OIBrandmark.svg)
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](https://facebookexperimental.github.io/object-introspection/) website.
## Join the Object Introspection community
See the [CONTRIBUTING](CONTRIBUTING.md) file for how to help out.
## License
Object Introspection is licensed under the [Apache 2.0 License](LICENSE).