summaryrefslogtreecommitdiff
path: root/src/node_process_methods.cc
Commit message (Expand)AuthorAgeFilesLines
* src: remove separate definitions for static constexpr membersAnna Henningsen2022-02-221-2/+0
* process: add `getActiveResourcesInfo()`Darshan Sen2021-12-171-0/+34
* process: support hrtime in the snapshotJoyee Cheung2021-11-211-118/+105
* src: stop using deprecated v8::ApiObjectMichaël Zasso2021-07-201-7/+6
* src: use SPrintF in ProcessEmitWarningDarshan Sen2021-05-251-1/+1
* src: avoid implicit type conversionsMichaël Zasso2021-02-071-21/+23
* process: add direct access to rss without iterating pagesAdrien Maret2021-01-031-1/+14
* src: use using declarations consistentlyDaniel Bevenius2020-12-091-17/+24
* src: remove duplicate logic for getting bufferYash Ladha2020-11-131-12/+13
* process: update v8 fast api calls usageMaya Lekova2020-10-181-15/+18
* src: error reporting on CPUUsageYash Ladha2020-10-171-5/+3
* src: move node_process to modern THROW_ERR*James M Snell2020-10-101-7/+7
* Revert "src: runtime deprecate process.umask()"Beth Griggs2020-09-301-11/+0
* src: snapshot nodeJoyee Cheung2020-07-181-0/+29
* bootstrap: build fast APIs in pre-executionJoyee Cheung2020-07-181-6/+11
* lib,src: remove cpu profiler idle notifierBen Noordhuis2020-06-251-14/+0
* src: minor updates to FastHrtimeAnna Henningsen2020-06-191-6/+15
* src: introduce BaseObject base FunctionTemplateAnna Henningsen2020-06-141-1/+4
* process: use v8 fast api calls for hrtimeGus Caplan2020-06-061-33/+98
* src: remove unused using declarationsDaniel Bevenius2020-05-281-2/+0
* src: runtime deprecate process.umask()cjihrig2020-03-311-0/+11
* process: report ArrayBuffer memory in `memoryUsage()`Anna Henningsen2020-01-301-1/+6
* src: use custom fprintf alike to write errors to stderrAnna Henningsen2020-01-231-1/+2
* src: migrate off ArrayBuffer::GetContentsAnna Henningsen2019-11-121-5/+5
* src: do not use `std::function` for `OnScopeLeave`Anna Henningsen2019-11-071-1/+1
* src: make WaitForInspectorDisconnect an exit hookAnna Henningsen2019-11-061-1/+0
* src: make EndStartedProfilers an exit hookAnna Henningsen2019-11-061-4/+9
* process: expose uv_rusage on process.resourcesUsage()vmarchaud2019-07-011-0/+33
* src: silence compiler warning node_process_methodsDaniel Bevenius2019-06-191-1/+2
* src: reset SIGSEGV handler before crashingAnna Henningsen2019-06-141-0/+7
* src: extract common macro to util.hgengjiawen2019-05-111-9/+2
* src: disallow calling env-dependent methods during bootstrapJoyee Cheung2019-04-171-2/+4
* src: port coverage serialization to C++Joyee Cheung2019-04-061-0/+6
* process: patch more process properties during pre-executionJoyee Cheung2019-04-041-0/+1
* src: apply clang-tidy rule modernize-use-emplacegengjiawen2019-03-211-2/+2
* src: de-lint header usageRefael Ackermann2019-03-121-1/+0
* src: apply clang-tidy rule modernize-deprecated-headersgengjiawen2019-02-271-2/+2
* src: move req_wrap_queue to base class of ReqWrapAnna Henningsen2019-02-201-1/+2
* process: fix calculation in process.uptime()Joyee Cheung2019-02-191-4/+2
* src: unify uptime base used across the code baseJoyee Cheung2019-02-181-4/+7
* src: move process.reallyExit impl into node_process_methods.ccJoyee Cheung2019-02-061-1/+8
* src: split ownsProcessState off isMainThreadAnna Henningsen2019-02-051-6/+6
* process: allow reading umask in workerscjihrig2019-01-171-1/+6
* src: declare process-related C++ methods in node_process.hJoyee Cheung2019-01-111-47/+5
* src: move process object creation into node_process_object.ccJoyee Cheung2019-01-111-0/+463