OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:endWall
(Results
1 - 9
of
9
) sorted by null
/external/skia/bench/
BenchSysTimer_c.h
20
double
endWall
();
BenchSysTimer_posix.h
19
double
endWall
();
BenchSysTimer_windows.h
20
double
endWall
();
BenchSysTimer_mach.h
20
double
endWall
();
BenchSysTimer_c.cpp
24
double BenchSysTimer::
endWall
() {
BenchTimer.cpp
72
fWall = fSysTimer->
endWall
() * fDurationScale;
77
fTruncatedWall = fTruncatedSysTimer->
endWall
() * fDurationScale;
BenchSysTimer_posix.cpp
50
double BenchSysTimer::
endWall
() {
BenchSysTimer_mach.cpp
64
double BenchSysTimer::
endWall
() {
BenchSysTimer_windows.cpp
47
double BenchSysTimer::
endWall
() {
Completed in 38 milliseconds