tools: single, cross-platform tick processor
authorMatt Loring <mattloring@google.com>
Mon, 14 Sep 2015 22:28:27 +0000 (15:28 -0700)
committerRod Vagg <rod@vagg.org>
Tue, 22 Sep 2015 06:31:38 +0000 (16:31 +1000)
commit6ea8ec1c591777b5ddff314d28bc4cc642971033
tree8af2e4ab7c269c5df48450ded6a2c97fd7f56b15
parent2600fb8ae690ac8805bafe15d0c5d2f11ce4acef
tools: single, cross-platform tick processor

Currently there are three separate tick processor scripts for
mac, windows, and linux. These have been replaced with a single
node.js script to improve maintainability and remove the need
to preserve parallel logic in these separate places.

PR-URL: https://github.com/nodejs/node/pull/2868
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
test/parallel/test-tick-processor.js
tools/v8-prof/linux-tick-processor [deleted file]
tools/v8-prof/mac-tick-processor [deleted file]
tools/v8-prof/tick-processor.js [new file with mode: 0644]
tools/v8-prof/windows-tick-processor.bat [deleted file]