• mattloring's avatar
    Unsampling for the sampling heap profiler · 50537bad
    mattloring authored
    Implements poisson unsampling. A poisson process is used to determine
    which samples to collect based on a sample rate. Unsampling will
    approximate the true number of allocations at each site taking into
    account that smaller allocations are less likley to be sampled.
    
    This work was originally being done in the agent that
    consumes profiles but it is more efficient to do it here
    and individual consumers of the API should not have to
    worry about the mathematical details of the sampling
    process.
    
    R=ofrobots@google.com
    BUG=
    
    Review URL: https://codereview.chromium.org/1706343002
    
    Cr-Commit-Position: refs/heads/master@{#34234}
    50537bad
Name
Last commit
Last update
..
allocation-tracker.cc Loading commit data...
allocation-tracker.h Loading commit data...
circular-queue-inl.h Loading commit data...
circular-queue.h Loading commit data...
cpu-profiler-inl.h Loading commit data...
cpu-profiler.cc Loading commit data...
cpu-profiler.h Loading commit data...
heap-profiler.cc Loading commit data...
heap-profiler.h Loading commit data...
heap-snapshot-generator-inl.h Loading commit data...
heap-snapshot-generator.cc Loading commit data...
heap-snapshot-generator.h Loading commit data...
profile-generator-inl.h Loading commit data...
profile-generator.cc Loading commit data...
profile-generator.h Loading commit data...
sampler.cc Loading commit data...
sampler.h Loading commit data...
sampling-heap-profiler.cc Loading commit data...
sampling-heap-profiler.h Loading commit data...
strings-storage.cc Loading commit data...
strings-storage.h Loading commit data...
unbound-queue-inl.h Loading commit data...
unbound-queue.h Loading commit data...