commit | 38a1c70260f3457977f073cc1535a542877e8671 | [log] [tgz] |
---|---|---|
author | Pierre Ossman <ossman@cendio.se> | Tue Dec 20 12:32:37 2016 +0100 |
committer | Pierre Ossman <ossman@cendio.se> | Wed Jan 04 15:37:34 2017 +0100 |
tree | 1172fe1a9244bc17ba9113bd473fe3fd4e6caf42 | |
parent | 2e33286868c69a9117b1062392b9c6368d9c9b52 [diff] [blame] |
Add test to measure framebuffer performance
diff --git a/tests/util.h b/tests/util.h index 16f2ba2..2b8ab4a 100644 --- a/tests/util.h +++ b/tests/util.h
@@ -34,4 +34,9 @@ double getCpuCounter(cpucounter_t c); +void startTimeCounter(void); +void endTimeCounter(void); + +double getTimeCounter(void); + #endif