summaryrefslogtreecommitdiff
path: root/progs/perf/teximage.c
diff options
context:
space:
mode:
authorKeith Whitwell <keithw@vmware.com>2009-09-21 16:55:12 +0100
committerKeith Whitwell <keithw@vmware.com>2009-09-22 11:21:09 +0100
commita7b2659f02c503bd2110b9fd9799efc113807ad9 (patch)
tree89a8997e2737df8739a258d4ef70f2438939524b /progs/perf/teximage.c
parent94a020cfe6cb1da04695897eed38b530af31f524 (diff)
progs/perf: add first attempt at a swapbuffers rate test
This is pretty ugly as the original framework assumed you'd set a single window size at startup and keep it throughout, but for swapbuffers you want to test the rate at various window sizes. With luck a nicer solution can be found, but this at least lays out a marker.
Diffstat (limited to 'progs/perf/teximage.c')
-rw-r--r--progs/perf/teximage.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/progs/perf/teximage.c b/progs/perf/teximage.c
index 634cd83558..86f0ef8736 100644
--- a/progs/perf/teximage.c
+++ b/progs/perf/teximage.c
@@ -155,6 +155,10 @@ static const struct {
{ 0, 0, NULL }
};
+void
+PerfNextRound(void)
+{
+}
/** Called from test harness/main */