Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

src, build: Enable Intel Vtune profiling for JavaScript #3785

Closed
wants to merge 1 commit into from

Commits on Nov 24, 2015

  1. 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"
    cdai2 committed Nov 24, 2015
    Configuration menu
    Copy the full SHA
    0b46cc2 View commit details
    Browse the repository at this point in the history