Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
skia
/
d7176fd5571bc9878d3cdac8696eaa35ec170d9d
/
.
/
bench
/
BenchGpuTimer_none.cpp
blob: 0dba6d759427751859def182370d29f68eb8395b [
file
] [
log
] [
blame
]
#include
"BenchGpuTimer_none.h"
BenchGpuTimer
::
BenchGpuTimer
()
{
}
BenchGpuTimer
::~
BenchGpuTimer
()
{
}
void
BenchGpuTimer
::
startGpu
()
{
}
double
BenchGpuTimer
::
endGpu
()
{
return
-
1.0
;
}