mirror of
https://github.com/JakeHillion/object-introspection.git
synced 2024-11-09 21:24:14 +00:00
Display the logo (#116)
Would be good to display the logo on the landing page.
This commit is contained in:
parent
ec7421b39b
commit
7097286d8a
@ -2,6 +2,8 @@
|
|||||||
|
|
||||||
[![Matrix Chat](https://img.shields.io/matrix/object-introspection:matrix.org.svg)](https://matrix.to/#/#object-introspection:matrix.org)
|
[![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!
|
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.
|
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.
|
||||||
|
Loading…
Reference in New Issue
Block a user