3c1412f717
http://codereview.appspot.com/4645055/ git-svn-id: http://skia.googlecode.com/svn/trunk@1678 2bbb7eff-a529-9590-31e7-b0007b416f81
15 lines
194 B
C++
15 lines
194 B
C++
#include "BenchGpuTimer_none.h"
|
|
|
|
BenchGpuTimer::BenchGpuTimer() {
|
|
}
|
|
|
|
BenchGpuTimer::~BenchGpuTimer() {
|
|
}
|
|
|
|
void BenchGpuTimer::startGpu() {
|
|
}
|
|
|
|
double BenchGpuTimer::endGpu() {
|
|
return -1.0;
|
|
}
|