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

Bug 1805996 - Apply malloc_size_of to most types to gather heap-allocated memory #2794

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Apr 10, 2024

  1. Apply malloc_size_of to most types to gather heap-allocated memory

    This is not yet complete.
    It's applied for all metric types and part of the global Glean object.
    However it doesn't expose any method yet to get the information about
    the global Glean object.
    Metrics are generated in user code anyway, so measuring their memory
    usage needs codegen.
    
    This also doesn't measure some other memory usage:
    
    * Rkv
    * delayed ping data
    * event database
    * any queues to the dispatcher
    * maybe more?
    badboy committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    f6a81d4 View commit details
    Browse the repository at this point in the history