Object Introspection (OI) enables on-demand, hierarchical profiling of objects in arbitrary C/C++ programs with no recompilation.
Go to file
Jake Hillion 358b4e9505 add oil_disable test option
The `oil_skip` test option was added for tests that don't work under OIL
but do work under OID. However, we now have two classes of `oil_skip`ped
tests: those that could be fixed, and those that will never work.
Increase clarity by not generating the tests which do not make sense at
all, leaving us with a cleaner set of skipped (and fixable) tests.
2023-01-04 17:56:37 +00:00
.circleci Initial commit 2022-12-19 06:37:51 -08: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 Initial commit 2022-12-19 06:37:51 -08:00
extern move extern repos to https addresses 2022-12-29 10:32:03 +00:00
include Initial commit 2022-12-19 06:37:51 -08:00
src Codegen review changes (#18) 2023-01-04 17:54:07 +00:00
test add oil_disable test option 2023-01-04 17:56:37 +00:00
tools Initial commit 2022-12-19 06:37:51 -08:00
types container regex matching 2022-12-21 14:31:05 +00:00
website Update favicon 2022-12-20 10:42:23 -08:00
.clang-format Initial commit 2022-12-19 06:37:51 -08: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 Initial commit 2022-12-19 06:37:51 -08:00
.gitmodules move extern repos to https addresses 2022-12-29 10:32:03 +00:00
CHANGELOG.md Initial commit 2022-12-19 06:37:51 -08:00
CMakeLists.txt Initial commit 2022-12-19 06:37:51 -08: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 Initial commit 2022-12-19 06:37:51 -08: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 README: Convert to Markdown format and fix website link 2022-12-19 16:21:39 +00:00

object-introspection

Matrix Chat

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.