Browse Source

chore: remove leftover docs/api/structures/memory-info.md (#18430)

trop[bot] 5 years ago
parent
commit
ddc0e8f7ba
2 changed files with 0 additions and 13 deletions
  1. 0 12
      docs/api/structures/memory-info.md
  2. 0 1
      filenames.auto.gni

+ 0 - 12
docs/api/structures/memory-info.md

@@ -1,12 +0,0 @@
-# MemoryInfo Object
-
-* `pid` Integer - Process id of the process.
-* `workingSetSize` Integer - The amount of memory currently pinned to actual physical RAM.
-* `peakWorkingSetSize` Integer - The maximum amount of memory that has ever been pinned
-  to actual physical RAM. On macOS its value will always be 0.
-* `privateBytes` Integer - The amount of memory not shared by other processes, such as
-  JS heap or HTML content.
-* `sharedBytes` Integer - The amount of memory shared between processes, typically
-  memory consumed by the Electron code itself
-
-Note that all statistics are reported in Kilobytes.

+ 0 - 1
filenames.auto.gni

@@ -80,7 +80,6 @@ auto_filenames = {
     "docs/api/structures/jump-list-category.md",
     "docs/api/structures/jump-list-item.md",
     "docs/api/structures/keyboard-event.md",
-    "docs/api/structures/memory-info.md",
     "docs/api/structures/memory-usage-details.md",
     "docs/api/structures/mime-typed-buffer.md",
     "docs/api/structures/notification-action.md",