You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
build,src: enable Intel Vtune profiling for JavaScript.
This feature supports the Intel Vtune profiling support for JITted
JavaScript on IA32 / X64 / X32 platform. The advantage of this
profiling is that the user / developer of NodeJS application can
get the detailed profiling information for every line of the Java-
Script source code. This information will be very useful for the
owner to optimize their applications.
This feature is a compile-time option. For windows platform, The
user needs to pass the following parameter to vcbuid.bat:
"enable-vtune"
For other OS, the user needs to pass the following parameter to
./configure command:
"--enable-vtune-profiling"
0 commit comments