1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

mention run time statistics options

This commit is contained in:
Yang Tse 2010-02-02 14:46:55 +00:00
parent 49ba75af26
commit 54879d7763

View File

@ -21,7 +21,7 @@
.\" * $Id$ .\" * $Id$
.\" ************************************************************************** .\" **************************************************************************
.\" .\"
.TH runtests.pl 1 "11 Oct 2007" "Curl 7.17.1" "runtests" .TH runtests.pl 1 "2 Feb 2010" "Curl 7.20.0" "runtests"
.SH NAME .SH NAME
runtests.pl \- run one or more test cases runtests.pl \- run one or more test cases
.SH SYNOPSIS .SH SYNOPSIS
@ -73,6 +73,10 @@ Prints out all files in "log/" to stdout when a test case fails. Very
practical when used in the automated and distributed tests since then the practical when used in the automated and distributed tests since then the
people checking the failures and the reasons for them might not have physical people checking the failures and the reasons for them might not have physical
access to the machine and logs. access to the machine and logs.
.IP "-r"
Display run time statistics. (Requires Perl Time::HiRes module)
.IP "-rf"
Display full run time statistics. (Requires Perl Time::HiRes module)
.IP "-s" .IP "-s"
Shorter output. Speaks less than default. Shorter output. Speaks less than default.
.IP "-t[num]" .IP "-t[num]"