In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/28118845adbde9f823d609bb19abbbf8d1ffee47?hp=f0c21bde1c98ce77283b21b9b2bb49f11f2cb75c>

- Log -----------------------------------------------------------------
commit 28118845adbde9f823d609bb19abbbf8d1ffee47
Author: Jarkko Hietaniemi <[email protected]>
Date:   Sat Mar 25 09:14:24 2017 -0400

    Slight comment enhancement.
-----------------------------------------------------------------------

Summary of changes:
 Porting/harness-timer-report.pl | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/Porting/harness-timer-report.pl b/Porting/harness-timer-report.pl
index 0fe2fe7e31..13526e3871 100755
--- a/Porting/harness-timer-report.pl
+++ b/Porting/harness-timer-report.pl
@@ -2,7 +2,9 @@
 #
 # harness-timer-report.pl
 #
-# - read in the HARNESS_TIMER=1 output of "make test"
+# - read in the time-annotated outputs of
+#   "env HARNESS_TIMER=1 make test" or
+#   "make test_harness"
 # - convert the milliseconds to seconds
 # - compute a couple of derived values
 #   - cpu: the sum of 'self' and 'kids'

--
Perl5 Master Repository

Reply via email to