mirror of
https://git.freebsd.org/ports.git
synced 2025-07-14 15:59:18 -04:00
on single systems and clusters of systems. It is a command-line based tool that grew out of the UNIX world and has been ported to run in Windows environments as well. It is designed to provide consistent and reproducible performance measurements of disk I/O traffic. There are three basic components to xdd that include the xdd program itself, a timeserver program, and a gettime program. The timeserver and gettime programs are used to synchronize the clocks of xdd programs simultaneously running across multiple computer systems. WWW: http://www.ioperformance.com/ PR: ports/100833 Submitted by: Gerhard Gonter <g.gonter at ieee.org>
11 lines
362 B
C
11 lines
362 B
C
--- ticker.h.orig Mon May 29 04:02:17 2006
|
|
+++ ticker.h Mon May 29 04:02:33 2006
|
|
@@ -35,7 +35,7 @@
|
|
/* Types */
|
|
/* ----- */
|
|
/* A ticker value */
|
|
-#if (LINUX || AIX || IRIX || SOLARIS || HPUX || ALTIX || OSX)
|
|
+#if (LINUX || AIX || IRIX || SOLARIS || HPUX || ALTIX || OSX || FreeBSD)
|
|
typedef unsigned long long tick_t;
|
|
#else
|
|
typedef unsigned __int64 tick_t;
|