127 lines
3.2 KiB
HTML
127 lines
3.2 KiB
HTML
|
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
<HTML><HEAD><TITLE>Man page of Xmark</TITLE>
|
|
</HEAD><BODY>
|
|
<H1>Xmark</H1>
|
|
Section: User Commands (1)<BR>Updated: x11perf 1.6.1<BR><A HREF="#index">Index</A>
|
|
<A HREF="/cgi-bin/man/man2html">Return to Main Contents</A><HR>
|
|
|
|
<A NAME="lbAB"> </A>
|
|
<H2>NAME</H2>
|
|
|
|
Xmark - summarize x11perf results
|
|
<A NAME="lbAC"> </A>
|
|
<H2>SYNTAX</H2>
|
|
|
|
<B>Xmark</B>
|
|
|
|
datafile
|
|
<A NAME="lbAD"> </A>
|
|
<H2>DESCRIPTION</H2>
|
|
|
|
<B>Xmark</B>
|
|
|
|
is a shell script that reads the indicated datafile and compiles a
|
|
benchmark which it writes to standard output. It writes three
|
|
numbers:
|
|
<P>
|
|
|
|
<DL COMPACT><DT id="1"><DD>
|
|
A weighted performance number for the
|
|
<I>x11perf</I>
|
|
|
|
results.
|
|
<P>
|
|
|
|
A weighted performance number for a standard SparcStation 1, with
|
|
SunOS 4.1.2, X11R5 Xsun, and a CG3 dumb Color Frame Buffer.
|
|
|
|
<P>
|
|
|
|
The Xmark, which is the ratio of the two numbers above.
|
|
</DL>
|
|
|
|
<P>
|
|
|
|
The datafile must be an ordinary file, produced by x11perf in the
|
|
following way:
|
|
<P>
|
|
|
|
<B>x11perf -display </B><I>display</I><B> -v1.3 -rop GXcopy GXxor -all > </B><I>datafile</I>
|
|
|
|
<P>
|
|
|
|
It is possible to run the GXcopy and GXxor tests separately, as long as they
|
|
are concatenated to the same output file:
|
|
<PRE>
|
|
<B>x11perf -display </B><I>display</I><B> -v1.3 -rop GXcopy -all > </B><I>datafile</I>
|
|
<B>x11perf -display </B><I>display</I><B> -v1.3 -rop GXxor -all >> </B><I>datafile</I>
|
|
</PRE>
|
|
|
|
or
|
|
<PRE>
|
|
<B>x11perf -display </B><I>display</I><B> -v1.3 -rop GXxor -all > </B><I>datafile</I>
|
|
<B>x11perf -display </B><I>display</I><B> -v1.3 -rop GXcopy -all >> </B><I>datafile</I>
|
|
</PRE>
|
|
|
|
<A NAME="lbAE"> </A>
|
|
<H2>FILES</H2>
|
|
|
|
<DL COMPACT>
|
|
<DT id="2"><B>temp.$$</B>
|
|
|
|
<DD>
|
|
Temporary file created in the current directory, deleted after use.
|
|
</DL>
|
|
<A NAME="lbAF"> </A>
|
|
<H2>DIAGNOSTICS</H2>
|
|
|
|
<DL COMPACT>
|
|
<DT id="3"><B>Usage: Xmark datafile</B>
|
|
|
|
<DD>
|
|
<I>Xmark</I>
|
|
|
|
was invoked without arguments or with more than one argument, or
|
|
with options. Xmark takes no options.
|
|
<DT id="4"><B>Error: data file does not exist or is not ordinary.</B>
|
|
|
|
<DD>
|
|
<I>Xmark</I>
|
|
|
|
cannot find the datafile named on its command line, or the datafile
|
|
is a special file such as a directory.
|
|
<DT id="5"><B>WARNING: datafile contains </B>nnn<B>, not 441 or 447 'trep' results;</B>
|
|
|
|
<DD>
|
|
The file named on the command line does not seem to be a file generated
|
|
by x11perf in the expected way.
|
|
<DT id="6"><B>Diagnostic: ERROR: sum of weights =</B>nnn<B>, not equal to 4566.0;</B>
|
|
|
|
<DD>
|
|
There is an internal error in Xmark.
|
|
</DL>
|
|
<A NAME="lbAG"> </A>
|
|
<H2>SEE ALSO</H2>
|
|
|
|
<A HREF="/cgi-bin/man/man2html?7+X">X</A>(7), <A HREF="/cgi-bin/man/man2html?1+x11perf">x11perf</A>(1), <A HREF="/cgi-bin/man/man2html?1+x11perfcomp">x11perfcomp</A>(1)
|
|
<P>
|
|
|
|
<HR>
|
|
<A NAME="index"> </A><H2>Index</H2>
|
|
<DL>
|
|
<DT id="7"><A HREF="#lbAB">NAME</A><DD>
|
|
<DT id="8"><A HREF="#lbAC">SYNTAX</A><DD>
|
|
<DT id="9"><A HREF="#lbAD">DESCRIPTION</A><DD>
|
|
<DT id="10"><A HREF="#lbAE">FILES</A><DD>
|
|
<DT id="11"><A HREF="#lbAF">DIAGNOSTICS</A><DD>
|
|
<DT id="12"><A HREF="#lbAG">SEE ALSO</A><DD>
|
|
</DL>
|
|
<HR>
|
|
This document was created by
|
|
<A HREF="/cgi-bin/man/man2html">man2html</A>,
|
|
using the manual pages.<BR>
|
|
Time: 00:05:31 GMT, March 31, 2021
|
|
</BODY>
|
|
</HTML>
|