Object Introspection (OI) enables on-demand, hierarchical profiling of objects in arbitrary C/C++ programs with no recompilation.
Go to file
Alastair Robertson 5971643101 Pass in CodeCov.io token through CI env var
CodeCov's docs say that a token isn't required for a public repository,
but our uploads have been broken for a few weeks at this point and
passing in the token fixes them...
2023-04-21 14:42:15 +01:00
.circleci Pass in CodeCov.io token through CI env var 2023-04-21 14:42:15 +01:00
.github Add website deployment script 2022-12-20 08:40:51 -08:00
cmake Initial commit 2022-12-19 06:37:51 -08:00
examples formatting: force pointers/references with the type 2023-03-24 20:18:18 +00:00
extern Fix warning in drgn pure name changes 2023-04-03 14:53:18 -07:00
include formatting: force pointers/references with the type 2023-03-24 20:18:18 +00:00
src fix offset in generated code (#129) 2023-04-21 11:07:37 +01:00
test Add folly shims to avoid linking against folly 2023-04-21 12:56:54 +01:00
tools codegen: carry decl and func with containerinfo 2023-04-03 16:13:30 +01:00
types remove treebuilder pointer validation 2023-04-18 16:04:47 +02:00
website Build with tests by default 2023-04-05 15:53:15 +01:00
.clang-format formatting: force pointers/references with the type 2023-03-24 20:18:18 +00:00
.clang-tidy Initial commit 2022-12-19 06:37:51 -08:00
.editorconfig Initial commit 2022-12-19 06:37:51 -08:00
.git-blame-ignore-revs Initial commit 2022-12-19 06:37:51 -08:00
.gitignore Delete old files from test/ 2023-01-27 12:45:35 +00:00
.gitmodules Add drgn function for looking up by "pure name" 2023-03-29 09:23:11 -07:00
CHANGELOG.md Initial commit 2022-12-19 06:37:51 -08:00
CMakeLists.txt Build with tests by default 2023-04-05 15:53:15 +01:00
CODE_OF_CONDUCT.md Initial commit 2022-12-19 06:37:51 -08:00
CONTRIBUTING.md Initial commit 2022-12-19 06:37:51 -08:00
dev.oid.toml Avoid following weak_ptrs 2023-03-28 14:10:27 -07:00
LICENSE Initial commit 2022-12-19 06:37:51 -08:00
oss.oid.toml Initial commit 2022-12-19 06:37:51 -08:00
README.md Display the logo (#116) 2023-03-31 10:48:18 +01:00

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.