diff options
author | bms <bms@FreeBSD.org> | 2003-10-13 18:24:19 +0800 |
---|---|---|
committer | bms <bms@FreeBSD.org> | 2003-10-13 18:24:19 +0800 |
commit | c7fbec7b257f91ca6dc82e588941c4980895792c (patch) | |
tree | 8279ab3a7dffe94aa3d35d3098dfdb3ff864f69f /devel/Makefile | |
parent | 7819ce5ee9ad9913ab1e55e7fd4dfa2058164196 (diff) | |
download | freebsd-ports-graphics-c7fbec7b257f91ca6dc82e588941c4980895792c.tar.gz freebsd-ports-graphics-c7fbec7b257f91ca6dc82e588941c4980895792c.tar.zst freebsd-ports-graphics-c7fbec7b257f91ca6dc82e588941c4980895792c.zip |
Add calibrator, a tool which attempts to determine various statistics
about a machine's cache and TLB characteristics. Can produce gnuplot output.
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 8123116d982..54e538675cf 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -87,6 +87,7 @@ SUBDIR += c4 SUBDIR += c_c++_reference SUBDIR += c_parser + SUBDIR += calibrator SUBDIR += camlp4 SUBDIR += cbrowser SUBDIR += cc65 |