diff options
author | dawes <dawes> | 2001-05-18 23:35:28 +0000 |
---|---|---|
committer | dawes <dawes> | 2001-05-18 23:35:28 +0000 |
commit | af569bcd83625364a03b9c92bbe4107ff3bca7f2 (patch) | |
tree | cb137bef47f3d91bc07f05e3c86a3675c5faa6b6 /programs/x11perf | |
parent | c37c6bf793e3214b47ab422ddf248fc7b94de272 (diff) |
559. Savage driver updates, including compiler warning fixes, document
the "ShadowStatus" option in the man page, and fix an argument
mismatch between ShadowWait and SavageWaitQueue (#4661, Tim Roberts).
558. Update the wacom driver to add a "ScreenNo" option to allow a tablet
to be attached to a screen in a multi-head setup, and to add auto-
detection of USB line and max parameters of USB tablets (#4640,
Frederic Lepied).
557. Add a README file that has information about enabling the extra buttons
on the IBM Rapid Access keyboard (#4639, Dennis Bjorklund).
556. Fix some Slovene/Slovak confusion in locale.dir/locale.alias files
(#4638, Kamil Toman).
555. New XKB keymaps for cz and sk (#4634, 4637, Kamil Toman).
554. Updates for the iso8859-2 Compose file (#4634, Kamil Toman).
553. Check V_CSYNC in the r128 driver, and fix building with R128_DEBUG
enabled (#4631, Michel Dänzer).
Diffstat (limited to 'programs/x11perf')
-rw-r--r-- | programs/x11perf/x11pcomp.cpp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/programs/x11perf/x11pcomp.cpp b/programs/x11perf/x11pcomp.cpp index cbfc24e0e..ef82d77e3 100644 --- a/programs/x11perf/x11pcomp.cpp +++ b/programs/x11perf/x11pcomp.cpp @@ -1,4 +1,7 @@ XCOMM! /bin/sh +XCOMM +XCOMM $XFree86$ +XCOMM XCOMM Collects multiple outputs of x11perf. Just feed it a list of files, each XCOMM containing the output from an x11perf run, and this shell will extract the XCOMM object/second information and show it in tabular form. An 80-column line @@ -22,7 +25,7 @@ PATH=LIBPATH:.:$PATH export PATH set -e -tmp=/tmp/rates.$$ +tmp=`pwd`/_rates.$$ trap "rm -rf $tmp" 0 1 2 15 mkdir $tmp $tmp/rates ratio= |