Searched refs:LapsPerSecond (Results 1 – 6 of 6) sorted by relevance
/external/chromium_org/cc/layers/ |
D | layer_perftest.cc | 99 timer_.LapsPerSecond(), in TEST_F() 113 timer_.LapsPerSecond(), in TEST_F()
|
/external/chromium_org/cc/resources/ |
D | worker_pool_perftest.cc | 166 "*RESULT %s: %.2f runs/s\n", test_name.c_str(), timer_.LapsPerSecond()); in AfterTest() 186 timer_.LapsPerSecond(), "runs/s", true); in RunScheduleTasksTest() 205 timer_.LapsPerSecond(), "runs/s", true); in RunExecuteTasksTest()
|
D | raster_worker_pool_perftest.cc | 195 timer_.LapsPerSecond(), "runs/s", true); in RunBuildTaskGraphTest()
|
D | tile_manager_perftest.cc | 163 timer_.LapsPerSecond(), "runs/s", true); in RunManageTilesTest()
|
/external/chromium_org/cc/test/ |
D | lap_timer.h | 41 float LapsPerSecond();
|
D | lap_timer.cc | 57 float LapTimer::LapsPerSecond() { in LapsPerSecond() function in cc::LapTimer
|