mirror of https://github.com/lukechilds/node.git
Browse Source
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 JavaScript 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 vcbuild.bat: "enable-vtune" For other OS, the user needs to pass the following parameter to ./configure command: "--enable-vtune-profiling" Ref: https://github.com/nodejs/node/pull/3785 PR-URL: https://github.com/nodejs/node/pull/5527 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Johan Bergström <bugs@bergstroem.nu>v4.x
Chunyang Dai
9 years ago
committed by
Myles Borins
4 changed files with 37 additions and 2 deletions
Loading…
Reference in new issue