summaryrefslogtreecommitdiff
path: root/tools/rpm
diff options
context:
space:
mode:
authorMatt Loring <mattloring@google.com>2015-11-25 06:08:58 -0800
committerBen Noordhuis <info@bnoordhuis.nl>2015-12-08 02:00:46 +0100
commit49440b7ea2496dbb7b343cf1872d96b92be470db (patch)
treefc9dfd71b00d985c78952a17db65a8a3b7dd73ce /tools/rpm
parenta04721df66db6d18f35116bcebcd3c2c6ddb2d19 (diff)
downloadandroid-node-v8-49440b7ea2496dbb7b343cf1872d96b92be470db.tar.gz
android-node-v8-49440b7ea2496dbb7b343cf1872d96b92be470db.tar.bz2
android-node-v8-49440b7ea2496dbb7b343cf1872d96b92be470db.zip
tools: add --prof-process flag to node binary
This change cleans up outstanding comments on #3032. It improves error handling when no isolate file is provided and adds the --prof-process flag to the node binary which executes the tick processor on the provided isolate file. PR-URL: https://github.com/nodejs/node/pull/4021 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Evan Lucas <evanlucas@me.com>
Diffstat (limited to 'tools/rpm')
-rw-r--r--tools/rpm/node.spec4
1 files changed, 0 insertions, 4 deletions
diff --git a/tools/rpm/node.spec b/tools/rpm/node.spec
index a86cdf74db..39b98ec554 100644
--- a/tools/rpm/node.spec
+++ b/tools/rpm/node.spec
@@ -94,7 +94,6 @@ done
/usr/include/*
/usr/lib/node_modules/
/usr/share/doc/node/gdbinit
-/usr/share/doc/node/tick-processor
/usr/share/man/man1/node.1.gz
/usr/share/systemtap/tapset/node.stp
%{_datadir}/%{name}/
@@ -102,9 +101,6 @@ done
%changelog
-* Tue Sep 22 2015 Matt Loring <mattloring@google.com>
-- Added tick processor.
-
* Tue Jul 7 2015 Ali Ijaz Sheikh <ofrobots@google.com>
- Added gdbinit.