be9ad4e5fc
http://codereview.appspot.com/4548090/ git-svn-id: http://skia.googlecode.com/svn/trunk@1534 2bbb7eff-a529-9590-31e7-b0007b416f81
14 lines
163 B
C++
14 lines
163 B
C++
#include "BenchGpuTimer_none.h"
|
|
|
|
BenchGpuTimer::BenchGpuTimer() {
|
|
}
|
|
|
|
BenchTimer::~BenchTimer() {
|
|
}
|
|
|
|
void BenchTimer::startGpu() {
|
|
}
|
|
|
|
void BenchTimer::endGpu() {
|
|
}
|