freebsd-ports/devel/calibrator/pkg-descr
Doug Barton 2fadfa2cfb For ports maintained by ports@FreeBSD.org, remove names and/or
e-mail addresses from the pkg-descr file that could reasonably
be mistaken for maintainer contact information in order to avoid
confusion on the part of users looking for support. As a pleasant
side effect this also avoids confusion and/or frustration for people
who are no longer maintaining those ports.
2009-12-21 02:19:12 +00:00

14 lines
701 B
Text

The Calibrator is a small C program that is supposed to analyze a computer's
memory system and extract the following parameters:
* number of cache levels
* for each cache level: size, linesize, access/miss latency
* main memory access latency, number of TLB levels
* for each TLB level: capacity, pagesize, TLB miss latency
The Calibrator is a by-product of our work on Main-Memory Databases within
the Monet project. The Calibrator is freely available for download and usage,
but we kindly ask all users to include a reference to the Calibrator's home
page whenever they refer to the Calibrator or publish calibration results.
WWW: http://homepages.cwi.nl/~manegold/Calibrator/