facebookexperimental / object-introspection

Object Introspection (OI) enables on-demand, hierarchical profiling of objects in arbitrary C/C++ programs with no recompilation.
Apache License 2.0
160 stars 13 forks source link

ignore virtual base classes #497

Closed tyroguru closed 3 months ago

tyroguru commented 3 months ago

Summary

Ignores base classes which are virtual.

Test plan

Cough.