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

feat: Implement process.getProcessMemoryInfo to get the process memory info #16591

Merged
merged 1 commit into from Jan 30, 2019

Commits on Jan 29, 2019

  1. feat: Implement process.getProcessMemoryInfo to get the process memor…

    …y usage (#14847)
    
    * feat: Implement process.getMemoryFootprint to get the process memory usage
    
    * Add spec
    
    * fix: must enter node env in callback
    
    * Update function call
    
    * Update spec
    
    * Update API data
    
    * update spec
    
    * Update include
    
    * update test for shared bytes
    
    * Update atom/common/api/atom_bindings.cc
    
    Co-Authored-By: nitsakh <nitsakh@icloud.com>
    
    * Update atom/common/api/atom_bindings.cc
    
    Co-Authored-By: nitsakh <nitsakh@icloud.com>
    
    * Update API
    
    * Update the callback isolate
    
    * Update to work after app ready
    
    * Update docs
    
    * Update docs/api/process.md
    
    Co-Authored-By: nitsakh <nitsakh@icloud.com>
    
    * Update docs/api/process.md
    
    Co-Authored-By: nitsakh <nitsakh@icloud.com>
    
    * Fix crash
    nitsakh committed Jan 29, 2019
    Copy the full SHA
    4353531 View commit details
    Browse the repository at this point in the history