Object Introspection (OI) enables on-demand, hierarchical profiling of objects in arbitrary C/C++ programs with no recompilation.
Go to file
Alastair Robertson 397b798235 CI: Add code coverage reporting
Add CODE_COVERAGE option to enable coverage instrumentation in builds.

Add new CI job to upload coverage reports to CodeCov.io.

Reports can be found by navigating the codecov.io UI, or by going to
the URL printed at the end of the "Code Coverage" CI job. More CodeCov
integration could be set up later once we have coverage reporting on the
main branch.
2023-02-03 12:16:56 +00:00
.circleci CI: Add code coverage reporting 2023-02-03 12:16:56 +00: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 oil: change interface to references 2023-01-31 13:30:58 +00:00
extern Update drgn submodule 2023-01-30 13:22:09 +00:00
include oil: switch to using an impl function with no default implementation (#46) 2023-02-02 11:15:11 +00:00
src OIDebugger: Remove extra "0x" prefix when logging addresses 2023-02-02 16:57:27 +00:00
test CI: Output junit result format directly from CTest 2023-02-02 11:00:58 +00:00
tools Support dynamic polymorphic inheritance 2023-01-30 13:22:09 +00:00
types Update small vec types to reflect folly update 2023-01-30 19:01:38 -08: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 Delete old files from test/ 2023-01-27 12:45:35 +00:00
.gitmodules Update drgn submodule 2023-01-30 13:22:09 +00:00
CHANGELOG.md Initial commit 2022-12-19 06:37:51 -08:00
CMakeLists.txt CI: Add code coverage reporting 2023-02-03 12:16:56 +00: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.