Revision: 24478
Author:   [email protected]
Date:     Thu Oct  9 06:01:41 2014 UTC
Log:      Fix tools/run-llprof.sh to work with newer perf.

[email protected]

Review URL: https://codereview.chromium.org/641973002
https://code.google.com/p/v8/source/detail?r=24478

Modified:
 /branches/bleeding_edge/tools/run-llprof.sh

=======================================
--- /branches/bleeding_edge/tools/run-llprof.sh Fri Dec  7 12:51:33 2012 UTC
+++ /branches/bleeding_edge/tools/run-llprof.sh Thu Oct  9 06:01:41 2014 UTC
@@ -66,4 +66,4 @@
 fi

 echo "Running benchmark..."
-perf record -R -e cycles -c $SAMPLE_EVERY_N_CYCLES -f -i $@ --ll-prof
+perf record -R -e cycles -c $SAMPLE_EVERY_N_CYCLES -i $@ --ll-prof

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to