We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd53afc commit bb8dcddCopy full SHA for bb8dcdd
README.md
@@ -12,8 +12,8 @@
12
2. The `pprof` module has a native component that is used to collect profiles
13
with v8's CPU and Heap profilers. You may need to install additional
14
dependencies to build this module.
15
- * For Linux: `pprof` has prebuilt binaries available for Linux arm64/x64,
16
- Alpine Linux x64, macOS arm64/x64, windows x64 for Node 16/18/20/22.
+ * `pprof` has prebuilt binaries available for Linux arm64/x64,
+ Alpine Linux x64, macOS arm64/x64, and Windows x64 for Node 16/18/20/22/23.
17
No additional dependencies are required.
18
* For other environments: on environments that `pprof` does not have
19
prebuilt binaries for, the module
0 commit comments