aboutsummaryrefslogtreecommitdiffstats
path: root/bench/BenchGpuTimer_none.h
diff options
context:
space:
mode:
Diffstat (limited to 'bench/BenchGpuTimer_none.h')
-rw-r--r--bench/BenchGpuTimer_none.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/bench/BenchGpuTimer_none.h b/bench/BenchGpuTimer_none.h
new file mode 100644
index 0000000..7069ca4
--- /dev/null
+++ b/bench/BenchGpuTimer_none.h
@@ -0,0 +1,12 @@
+#ifndef SkBenchGpuTimer_DEFINED
+#define SkBenchGpuTimer_DEFINED
+
+class BenchGpuTimer {
+public:
+ BenchGpuTimer();
+ ~BenchGpuTimer();
+ void startGpu();
+ double endGpu();
+};
+
+#endif