Searched refs:LapsPerSecond (Results 1 – 9 of 9) sorted by relevance
/external/chromium_org/cc/resources/ |
D | picture_layer_tiling_perftest.cc | 68 "invalidation", "", test_name, timer_.LapsPerSecond(), "runs/s", true); in RunInvalidateTest() 85 timer_.LapsPerSecond(), in RunUpdateTilePrioritiesStationaryTest() 120 timer_.LapsPerSecond(), in RunUpdateTilePrioritiesScrollingTest() 144 timer_.LapsPerSecond(), in RunRasterIteratorConstructTest() 175 timer_.LapsPerSecond(), in RunRasterIteratorConstructAndIterateTest() 206 timer_.LapsPerSecond(), in RunEvictionIteratorConstructTest() 269 timer_.LapsPerSecond(), in RunEvictionIteratorConstructAndIterateTest()
|
D | task_graph_runner_perftest.cc | 57 "*RESULT %s: %.2f runs/s\n", test_name.c_str(), timer_.LapsPerSecond()); in AfterTest() 84 timer_.LapsPerSecond(), in RunBuildTaskGraphTest() 123 timer_.LapsPerSecond(), in RunScheduleTasksTest() 169 timer_.LapsPerSecond(), in RunScheduleAlternateTasksTest() 207 timer_.LapsPerSecond(), in RunScheduleAndExecuteTasksTest()
|
D | picture_pile_impl_perftest.cc | 44 "analyze", "", test_name, timer_.LapsPerSecond(), "runs/s", true); in RunAnalyzeTest() 68 "raster", "", test_name, timer_.LapsPerSecond(), "runs/s", true); in RunRasterTest()
|
D | tile_manager_perftest.cc | 208 timer_.LapsPerSecond(), in RunRasterQueueConstructTest() 245 timer_.LapsPerSecond(), in RunRasterQueueConstructAndIterateTest() 280 timer_.LapsPerSecond(), in RunEvictionQueueConstructTest() 323 timer_.LapsPerSecond(), in RunEvictionQueueConstructAndIterateTest() 420 "manage_tiles", "", test_name, timer_.LapsPerSecond(), "runs/s", true); in RunManageTilesTest()
|
D | raster_worker_pool_perftest.cc | 323 timer_.LapsPerSecond(), in RunScheduleTasksTest() 361 timer_.LapsPerSecond(), in RunScheduleAlternateTasksTest() 393 timer_.LapsPerSecond(), in RunScheduleAndExecuteTasksTest() 510 timer_.LapsPerSecond(), in RunBuildRasterTaskQueueTest()
|
/external/chromium_org/cc/layers/ |
D | picture_layer_impl_perftest.cc | 93 timer_.LapsPerSecond(), in RunRasterIteratorConstructAndIterateTest() 113 timer_.LapsPerSecond(), in RunRasterIteratorConstructTest() 146 timer_.LapsPerSecond(), in RunEvictionIteratorConstructAndIterateTest() 172 timer_.LapsPerSecond(), in RunEvictionIteratorConstructTest()
|
D | layer_perftest.cc | 101 timer_.LapsPerSecond(), in TEST_F() 115 timer_.LapsPerSecond(), in TEST_F()
|
/external/chromium_org/cc/debug/ |
D | lap_timer.h | 45 float LapsPerSecond();
|
D | lap_timer.cc | 74 float LapTimer::LapsPerSecond() { in LapsPerSecond() function in cc::LapTimer
|