aboutsummaryrefslogtreecommitdiffstats
path: root/bench/BenchGpuTimer_none.cpp
blob: 0dba6d759427751859def182370d29f68eb8395b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#include "BenchGpuTimer_none.h"

BenchGpuTimer::BenchGpuTimer() {
}

BenchGpuTimer::~BenchGpuTimer() {
}

void BenchGpuTimer::startGpu() {
}

double BenchGpuTimer::endGpu() {
    return -1.0;
}