HomeSort by relevance Sort by last modified time
    Searched refs:BenchSysTimer (Results 1 - 10 of 10) sorted by null

  /external/skia/bench/
BenchSysTimer_c.cpp 13 void BenchSysTimer::startWall() {
16 void BenchSysTimer::startCpu() {
20 double BenchSysTimer::endCpu() {
24 double BenchSysTimer::endWall() {
BenchSysTimer_posix.h 14 class BenchSysTimer {
BenchSysTimer_windows.h 15 class BenchSysTimer {
BenchTimer.h 14 class BenchSysTimer;
35 BenchSysTimer *fSysTimer;
BenchSysTimer_c.h 15 class BenchSysTimer {
BenchSysTimer_mach.h 15 class BenchSysTimer {
BenchSysTimer_posix.cpp 28 void BenchSysTimer::startWall() {
34 void BenchSysTimer::startCpu() {
41 double BenchSysTimer::endCpu() {
50 double BenchSysTimer::endWall() {
BenchSysTimer_mach.cpp 53 void BenchSysTimer::startWall() {
56 void BenchSysTimer::startCpu() {
60 double BenchSysTimer::endCpu() {
64 double BenchSysTimer::endWall() {
BenchSysTimer_windows.cpp 34 void BenchSysTimer::startWall() {
39 void BenchSysTimer::startCpu() {
43 double BenchSysTimer::endCpu() {
47 double BenchSysTimer::endWall() {
BenchTimer.cpp 26 fSysTimer = new BenchSysTimer();

Completed in 314 milliseconds