File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -95,9 +95,9 @@ parser.add_option("--partly-static",
95
95
parser .add_option ("--enable-vtune-profiling" ,
96
96
action = "store_true" ,
97
97
dest = "enable_vtune_profiling" ,
98
- help = "Enable profiling support for Intel Vtune profiler to profile"
98
+ help = "Enable profiling support for Intel VTune profiler to profile"
99
99
"JavaScript code executed in nodejs. This feature is only available "
100
- "for ia32, x32 or x64 platform ." )
100
+ "for x32, x86 and x64 architectures ." )
101
101
102
102
103
103
parser .add_option ("--link-module" ,
@@ -692,8 +692,8 @@ def configure_node(o):
692
692
o ['variables' ]['node_enable_v8_vtunejit' ] = b (options .enable_vtune_profiling )
693
693
elif options .enable_vtune_profiling :
694
694
raise Exception (
695
- 'vtune profiler for JavaScript is only supported on x86, x32 or x64 '
696
- 'platform .' )
695
+ 'The VTune profiler for JavaScript is only supported on x32, x86 and x64 '
696
+ 'architectures .' )
697
697
else :
698
698
o ['variables' ]['node_enable_v8_vtunejit' ] = 'false'
699
699
You can’t perform that action at this time.
0 commit comments