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

Measure cache memory usage #20391

Merged
merged 1 commit into from Apr 2, 2018
Merged

Measure cache memory usage #20391

merged 1 commit into from Apr 2, 2018

Commits on Apr 1, 2018

  1. Measure cache memory usage (#19251):

    Made the memory cache data structure derive MallocSizeOf, along with
    manual size_of() implementations in malloc_size_of.
    
    Added a Measurable struct that acts as a container for fields size_of() can be called for.
    
    Added a new IpcReceiver used for listening to messages from the memory profiler,
    and used run_with_memory reporting to register a memory reporter in the thread.
    Now when a message from the memory profiler arrives, report includes sizes of public and private http caches.
    
    Updated test file.
    modal-d17 modal17
    modal-d17 authored and modal17 committed Apr 1, 2018
You can’t perform that action at this time.