From 7097286d8af57390d4204159d9d200b6c38611e6 Mon Sep 17 00:00:00 2001 From: Samuel Nair Date: Fri, 31 Mar 2023 10:48:18 +0100 Subject: [PATCH] Display the logo (#116) Would be good to display the logo on the landing page. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b5fb034..14b458a 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ [![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.