blob: 7069ca485b6716149f86b4f6dc144f87697404e1 [file] [log] [blame]
#ifndef SkBenchGpuTimer_DEFINED
#define SkBenchGpuTimer_DEFINED
class BenchGpuTimer {
public:
BenchGpuTimer();
~BenchGpuTimer();
void startGpu();
double endGpu();
};
#endif