commit | 3da238dee89906d952487fbe0d138dac1f5df3ea | [log] [tgz] |
---|---|---|
author | Pierre Ossman <ossman@cendio.se> | Thu Nov 12 12:20:05 2015 +0100 |
committer | Pierre Ossman <ossman@cendio.se> | Fri Nov 27 11:06:59 2015 +0100 |
tree | 9a5d1ac268bceaa3539f54671ea2e093414875a9 | |
parent | 687d52c9afa5b2d7c0b677eb3a27b2a550742d11 [diff] [blame] |
Let CConnection intercept more callbacks We need more callbacks for correct operation of multi-threaded rect decoding.
diff --git a/tests/decperf.cxx b/tests/decperf.cxx index dfd8a90..a200e5b 100644 --- a/tests/decperf.cxx +++ b/tests/decperf.cxx
@@ -99,11 +99,15 @@ void CConn::framebufferUpdateStart() { + CConnection::framebufferUpdateStart(); + startCpuCounter(); } void CConn::framebufferUpdateEnd() { + CConnection::framebufferUpdateEnd(); + endCpuCounter(); cpuTime += getCpuCounter();