diff options
author | pav <pav@FreeBSD.org> | 2006-05-01 21:26:55 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2006-05-01 21:26:55 +0800 |
commit | e86d0802fc64746a1818deefbb8e1802d10b5b6a (patch) | |
tree | 7bc131d99df76b7f5d7499bf03a3de8830984a88 /benchmarks/Makefile | |
parent | 2a077938c53f4dec83a6ef9f1c880eb277d19c13 (diff) | |
download | freebsd-ports-gnome-e86d0802fc64746a1818deefbb8e1802d10b5b6a.tar.gz freebsd-ports-gnome-e86d0802fc64746a1818deefbb8e1802d10b5b6a.tar.zst freebsd-ports-gnome-e86d0802fc64746a1818deefbb8e1802d10b5b6a.zip |
GtkPerf is an application designed to test GTK+ performance. The point is to
create common testing platform to run predefined GTK+ widgets (opening
comboboxes, toggling buttons, scrolling text yms.) and this way define the speed
of device/platform.
WWW: http://gtkperf.sourceforge.net
PR: ports/96162
Submitted by: Andreas Kohn <andreas@syndrom23.de>
Diffstat (limited to 'benchmarks/Makefile')
-rw-r--r-- | benchmarks/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/benchmarks/Makefile b/benchmarks/Makefile index 355d6bfe97be..1eee36357ea0 100644 --- a/benchmarks/Makefile +++ b/benchmarks/Makefile @@ -12,6 +12,7 @@ SUBDIR += dkftpbench SUBDIR += flops SUBDIR += forkbomb + SUBDIR += gtkperf SUBDIR += himenobench SUBDIR += hpl SUBDIR += httperf |