diff options
author | Niveditha Rau <niveditha.rau@oracle.com> | 2015-04-24 11:14:44 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2015-04-24 11:14:44 -0700 |
commit | 01d77ac727032d003a7381ca2ee0f55022295d16 (patch) | |
tree | f8e33c3dff4e3f4f5212297a5dacb6f36d368ab3 | |
parent | 294ea038fe9cefd690f06f6b5f48507c266b4d24 (diff) |
Add new options from 1.6.0 release to man page
-pause, -compwinwin*, -comppixwin*, -magpixwin*, -minpixwin*
Signed-off-by: Niveditha Rau <niveditha.rau@oracle.com>
Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r-- | man/x11perf.man | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/man/x11perf.man b/man/x11perf.man index 1fcbf20..7e04c29 100644 --- a/man/x11perf.man +++ b/man/x11perf.man @@ -171,6 +171,9 @@ times (by default each test is run 5 times). .B \-time \fI<s>\fP Specifies how long in seconds each test should be run (default 5 seconds). .TP 14 +.B \-pause \fI<s>\fP +Specifies how long, in seconds, to pause for between each run. +.TP 14 .B \-all Runs all tests. This may take a while. .TP 14 @@ -945,6 +948,42 @@ GetImage XY format 100x100 square. .B \-getimagexy500 GetImage XY format 500x500 square. .TP 14 +.B \-compwinwin10 +Composite 10x10 from window to window. +.TP 14 +.B \-compwinwin100 +Composite 100x100 from window to window. +.TP 14 +.B \-compwinwin500 +Composite 500x500 from window to window. +.TP 14 +.B \-comppixwin10 +Composite 10x10 from pixmap to window. +.TP 14 +.B \-comppixwin100 +Composite 100x100 from pixmap to window. +.TP 14 +.B \-comppixwin500 +Composite 500x500 from pixmap to window. +.TP 14 +.B \-magpixwin10 +Scale 5x5 from pixmap to 10x10 window. +.TP 14 +.B \-magpixwin100 +Scale 50x50 from pixmap to 100x100 window. +.TP 14 +.B \-magpixwin500 +Scale 250x250 from pixmap to 500x500 window. +.TP 14 +.B \-minpixwin10 +Scale 10x10 from pixmap to 5x5 window. +.TP 14 +.B \-minpixwin100 +Scale 100x100 from pixmap to 5x5 window. +.TP 14 +.B \-minpixwin500 +Scale 500x500 from pixmap to 250x250 window. +.TP 14 .B \-noop X protocol NoOperation. .TP 14 |