Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
add --profile-cpu command line flag
  • Loading branch information
bmeck committed Aug 11, 2015
commit 600ac7417ae80c5ec2c8e4bd2ff066309e10bb79
2 changes: 1 addition & 1 deletion doc/iojs.1
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ and servers.

--track-heap-objects track heap object allocations for heap snapshots

--profile-cpu begin cpu profiler during start up
--profile-cpu begin cpu profiling during start up

--v8-options print v8 command line options

Expand Down
2 changes: 1 addition & 1 deletion src/node.cc
Original file line number Diff line number Diff line change
Expand Up @@ -3107,7 +3107,7 @@ static void PrintHelp() {
" is detected after the first tick\n"
" --track-heap-objects track heap object allocations for heap "
"snapshots\n"
" --profile-cpu being cpu profile during start up\n"
" --profile-cpu being cpu profiling during start up\n"
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Typo? s/being/begin/?

" --v8-options print v8 command line options\n"
#if defined(NODE_HAVE_I18N_SUPPORT)
" --icu-data-dir=dir set ICU data load path to dir\n"
Expand Down