src: add JS start/stop methods for idle notifier
authorBen Noordhuis <info@bnoordhuis.nl>
Thu, 3 Oct 2013 09:03:46 +0000 (11:03 +0200)
committerBen Noordhuis <info@bnoordhuis.nl>
Thu, 3 Oct 2013 14:50:54 +0000 (16:50 +0200)
commitf649626c6faef9d74c1e77608f952b06f4c5205b
tree1d6b16ae362229b643deac4bb782585d929a5f8b
parent9566fe82cddda5b7fe59ace8f8d8851cf9d87268
src: add JS start/stop methods for idle notifier

The previous commit changes the profiler idle notifier so that it only
gets started when a --prof or --prof_lazy argument is specified on the
command line.

This commit adds two internal methods to the process object that allows
one to start and stop the idle notifier programmatically.
src/node.cc