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 6 void BenchSysTimer::startWall() {
9 void BenchSysTimer::startCpu() {
13 double BenchSysTimer::endCpu() {
17 double BenchSysTimer::endWall() {
BenchTimer.h 4 class BenchSysTimer;
23 BenchSysTimer *fSysTimer;
BenchSysTimer_posix.h 7 class BenchSysTimer {
BenchSysTimer_windows.h 8 struct BenchSysTimer {
BenchSysTimer_c.h 8 class BenchSysTimer {
BenchSysTimer_mach.h 8 class BenchSysTimer {
BenchSysTimer_posix.cpp 21 void BenchSysTimer::startWall() {
27 void BenchSysTimer::startCpu() {
34 double BenchSysTimer::endCpu() {
43 double BenchSysTimer::endWall() {
BenchSysTimer_mach.cpp 46 void BenchSysTimer::startWall() {
49 void BenchSysTimer::startCpu() {
53 double BenchSysTimer::endCpu() {
57 double BenchSysTimer::endWall() {
BenchSysTimer_windows.cpp 27 void BenchSysTimer::startWall() {
32 void BenchSysTimer::startCpu() {
36 double BenchSysTimer::endCpu() {
40 double BenchSysTimer::endWall() {
BenchTimer.cpp 27 this->fSysTimer = new BenchSysTimer();

Completed in 835 milliseconds