logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Xmark - summarize x11perf results

Description

Xmark  is  a  shell  script that reads the indicated datafile and compiles a benchmark which it writes to
       standard output.  It writes three numbers:

              A weighted performance number for the x11perf results.

              A weighted performance number for a standard SparcStation 1, with SunOS 4.1.2, X11R5 Xsun,  and  a
              CG3 dumb Color Frame Buffer.

              The Xmark, which is the ratio of the two numbers above.

       The datafile must be an ordinary file, produced by x11perf in the following way:

       x11perf-displaydisplay-v1.3-ropGXcopyGXxor-all>datafile

       It is possible to run the GXcopy and GXxor tests separately, as long as they are concatenated to the same
       output file:
       x11perf-displaydisplay-v1.3-ropGXcopy-all>datafilex11perf-displaydisplay-v1.3-ropGXxor-all>>datafile
       or
       x11perf-displaydisplay-v1.3-ropGXxor-all>datafilex11perf-displaydisplay-v1.3-ropGXcopy-all>>datafile

Diagnostics

Usage:XmarkdatafileXmark  was invoked without arguments or with more than one argument, or with options.  Xmark takes
              no options.

       Error:datafiledoesnotexistorisnotordinary.Xmark cannot find the datafile named on its command line, or the datafile is a special  file  such
              as a directory.

       WARNING:datafilecontains nnn,not441or447'trep'results;
              The file named on the command line does not seem to be a file generated by x11perf in the expected
              way.

       Diagnostic:ERROR:sumofweights=nnn,notequalto4566.0;
              There is an internal error in Xmark.

Files

temp.$$
              Temporary file created in the current directory, deleted after use.

Name

       Xmark - summarize x11perf results

See Also

X(7), x11perf(1), x11perfcomp(1)

X Version 11                                      x11perf 1.6.1                                         Xmark(1)

Syntax

Xmark datafile

See Also