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

Implement Container V2 for std::deque #467

Closed ttreyer closed 7 months ago

ttreyer commented 7 months ago

Summary

Implement Container V2 for std::deque libstdc++ implementation. Fixes #316

Test plan

The OIL tests have been enabled and their values updated.

codecov-commenter commented 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (d232a5d) 62.39% compared to head (d15c385) 62.39%. Report is 11 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #467 +/- ## ======================================= Coverage 62.39% 62.39% ======================================= Files 123 123 Lines 12008 12008 Branches 1957 1957 ======================================= Hits 7492 7492 Misses 3571 3571 Partials 945 945 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.