Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ruby implement memsize functions for native types (#10291) #15840

Merged
merged 1 commit into from
Feb 16, 2024

Conversation

zhangskz
Copy link
Member

Fix: #10280

This allows Ruby to report a more correct estimation of the memory used by these objects.

It's useful when running memory profilers against applications.

cc @zhangskz @haberman

Closes #10291

COPYBARA_INTEGRATE_REVIEW=#10291 from casperisfine:ruby-sizes 9150795 PiperOrigin-RevId: 606718632

@zhangskz zhangskz requested a review from a team as a code owner February 14, 2024 19:15
@zhangskz zhangskz requested review from JasonLunn and haberman and removed request for a team and JasonLunn February 14, 2024 19:15
Fix: #10280

This allows Ruby to report a more correct estimation of the memory used by these objects.

It's useful when running memory profilers against applications.

cc @zhangskz @haberman

Closes #10291

COPYBARA_INTEGRATE_REVIEW=#10291 from casperisfine:ruby-sizes 9150795
PiperOrigin-RevId: 606718632
@zhangskz zhangskz merged commit 80bd80f into 26.x Feb 16, 2024
162 checks passed
@zhangskz zhangskz deleted the cp-ruby-memsize branch April 2, 2024 21:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants