windows: add tracing with performance counters
authorScott Blomquist <sblom@microsoft.com>
Tue, 20 Nov 2012 23:27:22 +0000 (00:27 +0100)
committerBert Belder <bertbelder@gmail.com>
Wed, 21 Nov 2012 00:21:53 +0000 (01:21 +0100)
commitf657ce685dddc1bf2d5b42f56d728df9176cceb9
treeff03ca0dcd8c3260257c9b8c9e842829e7372db8
parentbc9388342f59ed5c69d69c7095e5a17fcbd80ba8
windows: add tracing with performance counters

Patch by Henry Rawas and Scott Blomquist.
17 files changed:
configure
lib/http.js
lib/net.js
node.gyp
src/node.cc
src/node_counters.cc [new file with mode: 0644]
src/node_counters.h [new file with mode: 0644]
src/node_win32_perfctr_provider.cc [new file with mode: 0644]
src/node_win32_perfctr_provider.h [new file with mode: 0644]
src/perfctr_macros.py [new file with mode: 0644]
src/res/node_perfctr_provider.man [new file with mode: 0644]
src/stream_wrap.cc
test/common.js
tools/js2c.py
tools/msvs/msi/nodemsi.wixproj
tools/msvs/msi/product.wxs
vcbuild.bat