aboutsummaryrefslogtreecommitdiffstats
path: root/bench/BenchGpuTimer_none.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'bench/BenchGpuTimer_none.cpp')
-rw-r--r--bench/BenchGpuTimer_none.cpp14
1 files changed, 0 insertions, 14 deletions
diff --git a/bench/BenchGpuTimer_none.cpp b/bench/BenchGpuTimer_none.cpp
deleted file mode 100644
index 0dba6d7..0000000
--- a/bench/BenchGpuTimer_none.cpp
+++ /dev/null
@@ -1,14 +0,0 @@
-#include "BenchGpuTimer_none.h"
-
-BenchGpuTimer::BenchGpuTimer() {
-}
-
-BenchGpuTimer::~BenchGpuTimer() {
-}
-
-void BenchGpuTimer::startGpu() {
-}
-
-double BenchGpuTimer::endGpu() {
- return -1.0;
-}