Home | History | Annotate | Download | only in bench
      1 #include "BenchGpuTimer_none.h"
      2 
      3 BenchGpuTimer::BenchGpuTimer() {
      4 }
      5 
      6 BenchGpuTimer::~BenchGpuTimer() {
      7 }
      8 
      9 void BenchGpuTimer::startGpu() {
     10 }
     11 
     12 double BenchGpuTimer::endGpu() {
     13     return -1.0;
     14 }
     15