electron/atom
Nitish Sakhawalkar 9890d1e251 feat: Implement process.getProcessMemoryInfo to get the process memory 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
2018-11-28 17:57:53 +09:00
..
app chore: restore //url dchecks (#15637) 2018-11-22 09:02:52 -08:00
browser feat: promisify win.capturePage() (#15743) 2018-11-27 23:50:53 -05:00
common feat: Implement process.getProcessMemoryInfo to get the process memory usage (#14847) 2018-11-28 17:57:53 +09:00
node also format missing .cc files 2018-04-18 20:48:45 -04:00
renderer chore: fix V8 deprecation warnings (#15842) 2018-11-27 16:42:02 -05:00
utility refactor: printing implementation (#15143) 2018-11-09 14:42:34 +11:00