Skip to content

Commit afb488d

Browse files
committed
Revert "src: reduce cpu profiler overhead"
This reverts commit 1eb1e0a.
1 parent 1eb1e0a commit afb488d

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/node.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2962,7 +2962,6 @@ char** Init(int argc, char *argv[]) {
29622962
V8::SetFlagsFromCommandLine(&v8argc, v8argv, false);
29632963

29642964
#ifdef __POSIX__
2965-
uv_loop_configure(uv_default_loop(), UV_LOOP_BLOCK_SIGNAL, SIGPROF);
29662965
// Ignore SIGPIPE
29672966
RegisterSignalHandler(SIGPIPE, SIG_IGN);
29682967
RegisterSignalHandler(SIGINT, SignalExit);

0 commit comments

Comments
 (0)