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

nsolid: add support for start/stopTrackingHeapObjects #48

Merged
merged 1 commit into from
Feb 22, 2024

Commits on Feb 22, 2024

  1. nsolid: add start/stopTrackingHeapObjects APIs

    This patch implements triggers for `startTrackingHeapObjects`
    and `stopTrackingHeapObjects` in the heap profiler.
    
    The implementation is based on what the inspector does:
    
    The `startTrackingHeapObjects` will simply activate that in the
    HeapProfiler and; the `stopTrackingHeapObjects` will create a heap
    snapshot and deactivate the `TrackingHeapObjects` in the Heap
    profiler.
    
    This patch also includes the `trackAllocations` option supported.
    
    PR-URL: #48
    Signed-off-by: Juan José Arboleda <soyjuanarbol@gmail.com>
    Co-authored-by: Santiago Gimeno <santiago.gimeno@gmail.com>
    Reviewed-by: Trevor Norris <trev.norris@gmail.com>
    Reviewed-by: Santiago Gimeno <santiago.gimeno@gmail.com>
    2 people authored and trevnorris committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    f7b4b61 View commit details
    Browse the repository at this point in the history