File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 7
7
[ pprof] [ pprof-url ] support for Node.js.
8
8
9
9
## Prerequisites
10
- 1 . Your application will need to be using Node.js 16 or greater.
10
+ 1 . Your application will need to be using Node.js 18 or greater.
11
11
12
12
2 . The ` pprof ` module has a native component that is used to collect profiles
13
13
with v8's CPU and Heap profilers. You may need to install additional
14
14
dependencies to build this module.
15
15
* ` pprof ` has prebuilt binaries available for Linux arm64/x64,
16
- Alpine Linux x64, macOS arm64/x64, and Windows x64 for Node 16/ 18/20/22/23 .
16
+ Alpine Linux x64, macOS arm64/x64, and Windows x64 for Node 18/20/22/24 .
17
17
No additional dependencies are required.
18
18
* For other environments: on environments that ` pprof ` does not have
19
19
prebuilt binaries for, the module
You can’t perform that action at this time.
0 commit comments