feat: Add creationTime function to process (#13542)
* Add process creation time * Making docs clear for process creation time * Address comments for process creation time * Add process info cc file * fixing comments around documentation * Update doc for return val * Capitalize number in docs * chore: bump electron-typescript-definitions
This commit is contained in:
parent
9902d42760
commit
19cb5bad94
6 changed files with 34 additions and 7 deletions
|
@ -37,6 +37,7 @@ class AtomBindings {
|
|||
static void Hang();
|
||||
static v8::Local<v8::Value> GetHeapStatistics(v8::Isolate* isolate);
|
||||
static v8::Local<v8::Value> GetProcessMemoryInfo(v8::Isolate* isolate);
|
||||
static v8::Local<v8::Value> GetCreationTime(v8::Isolate* isolate);
|
||||
static v8::Local<v8::Value> GetSystemMemoryInfo(v8::Isolate* isolate,
|
||||
mate::Arguments* args);
|
||||
v8::Local<v8::Value> GetCPUUsage(v8::Isolate* isolate);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue