1Xmark(1)                    General Commands Manual                   Xmark(1)
2
3
4

NAME

6       Xmark - summarize x11perf results
7

SYNTAX

9       Xmark datafile
10

DESCRIPTION

12       Xmark  is a shell script that reads the indicated datafile and compiles
13       a benchmark which it writes to standard output.  It writes  three  num‐
14       bers:
15
16              A weighted performance number for the x11perf results.
17
18              A  weighted  performance  number  for a standard SparcStation 1,
19              with SunOS 4.1.2, X11R5 Xsun, and a CG3 dumb Color Frame Buffer.
20
21              The Xmark, which is the ratio of the two numbers above.
22
23       The datafile must be an ordinary file, produced by x11perf in the  fol‐
24       lowing way:
25
26       x11perf -display display -v1.3 -rop GXcopy GXxor -all > datafile
27
28       It is possible to run the GXcopy and GXxor tests separately, as long as
29       they are concatenated to the same output file:
30
31       x11perf -display display -v1.3 -rop GXcopy -all > datafile
32       x11perf -display display -v1.3 -rop GXxor -all >> datafile
33
34       or
35
36       x11perf -display display -v1.3 -rop GXxor -all > datafile
37       x11perf -display display -v1.3 -rop GXcopy -all >> datafile
38

FILES

40       temp.$$
41              Temporary file created in the current directory,  deleted  after
42              use.
43

DIAGNOSTICS

45       Usage: Xmark datafile
46              Xmark  was invoked without arguments or with more than one argu‐
47              ment, or with options.  Xmark takes no options.
48
49       Error: data file does not exist or is not ordinary.
50              Xmark cannot find the datafile named on its command line, or the
51              datafile is a special file such as a directory.
52
53       WARNING: datafile contains nnn, not 441 or 447 'trep' results;
54              The  file  named  on the command line does not seem to be a file
55              generated by x11perf in the expected way.
56
57       Diagnostic: ERROR: sum of weights =nnn, not equal to 4566.0;
58              There is an internal error in Xmark.
59

SEE ALSO

61       X(7), x11perf(1), x11perfcomp(1)
62
63
64
65X Version 11                     x11perf 1.4.1                        Xmark(1)
Impressum