Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

xmark(1) [centos man page]

Xmark(1)						      General Commands Manual							  Xmark(1)

NAME
Xmark - summarize x11perf results SYNTAX
Xmark datafile 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 -display display -v1.3 -rop GXcopy GXxor -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 -display display -v1.3 -rop GXcopy -all > datafile x11perf -display display -v1.3 -rop GXxor -all >> datafile or x11perf -display display -v1.3 -rop GXxor -all > datafile x11perf -display display -v1.3 -rop GXcopy -all >> datafile FILES
temp.$$ Temporary file created in the current directory, deleted after use. DIAGNOSTICS
Usage: Xmark datafile Xmark was invoked without arguments or with more than one argument, or with options. Xmark takes no options. Error: data file does not exist or is not ordinary. Xmark cannot find the datafile named on its command line, or the datafile is a special file such as a directory. WARNING: datafile contains nnn, not 441 or 447 '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: sum of weights =nnn, not equal to 4566.0; There is an internal error in Xmark. SEE ALSO
X(7), x11perf(1), x11perfcomp(1) X Version 11 x11perf 1.5.4 Xmark(1)

Check Out this Related Man Page

Evolver(1)						    BSD General Commands Manual 						Evolver(1)

NAME
evolver -- The Surface Evolver, minimize energy of a surface SYNOPSIS
evolver [-adehimqwxy] [-f file] [-pN] [datafile] DESCRIPTION
The Surface Evolver is a program that minimizes the energy of a triangulated surface according to designated energies and constraints. This man page only documents command line options and environment variables. The full package and documentation are available at http://www.susqu.edu/brakke/evolver. Command line options: datafile Text file defining a surface. If omitted, you will be prompted. -a Autoconvert to named quantities when needed (default is on); use "-a-" to deactivate autoconversion. -d Begin with parser debugging on (equivalent to "debug" runtime command). Beware of copious output. -e Echo stdin to stdout; meant for testing piped input. -f file After loading datafile, read commands from file, then command line prompt. -h Print help for command line options. -i Preserve datafile numbers for element id's, rather than renumbering. -m Begin with memory debugging on (equivalent to "memdebug" runtime command). Beware of copious output. -pN Run with N concurrent processes. -q Convert to named quantities at start (equivalent to "convert_to_quantities" runtime command). -Q Suppress echoing of "read" section of datafile, and other files read in. -w Exit immediately after any warning or error message; meant for batch runs. -x Exit immediately after any error message; meant for batch runs. -y Break to user prompt after any warning message. ENVIRONMENT VARIABLES
EVOLVERPATH Colon-separated list of paths automatically searched for datafiles, included files, or help documentation. FURTHER DOCUMENTATION
See manual224.pdf in the Evolver distribution, browse evolver.htm in the doc subdirectory of the distribution, or browse the documentation on-line at http://www.susqu.edu/brakke/evolver/html/evolver.htm WEBSITE
The Surface Evolver home page is http://www.susqu.edu/brakke/evolver. BUGS
Send bug reports to brakke@susqu.edu. Please include the datafile and exact instructions for reproducing the problem. June 1, 2019
Man Page