skia2/bench/BenchGpuTimer_none.cpp
2011-06-23 13:14:57 +00:00

15 lines
194 B
C++

#include "BenchGpuTimer_none.h"
BenchGpuTimer::BenchGpuTimer() {
}
BenchGpuTimer::~BenchGpuTimer() {
}
void BenchGpuTimer::startGpu() {
}
double BenchGpuTimer::endGpu() {
return -1.0;
}