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

vm: implement vm.measureMemory() for per-context memory measurement #31824

Closed
wants to merge 4 commits into from

Commits on Feb 17, 2020

  1. vm: implement vm.measureMemory() for per-context memory measurement

    This patch implements `vm.measureMemory()` with the new
    `v8::Isolate::MeasureMemory()` API to measure per-context memory
    usage. This should be experimental, since detailed memory
    measurement requires further integration with the V8 API
    that should be available in a future V8 update.
    joyeecheung committed Feb 17, 2020
    Configuration menu
    Copy the full SHA
    6c04e3c View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2020

  1. Configuration menu
    Copy the full SHA
    60016e8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cf0ed0b View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2020

  1. fixup! vm: implement vm.measureMemory() for per-context memory measur…

    …ement
    
    Co-Authored-By: Colin Ihrig <cjihrig@gmail.com>
    joyeecheung and cjihrig authored Feb 25, 2020
    Configuration menu
    Copy the full SHA
    339761d View commit details
    Browse the repository at this point in the history