Home
last modified time | relevance | path

Searched refs:LapsPerSecond (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/cc/resources/
Dpicture_layer_tiling_perftest.cc68 "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()
Dtask_graph_runner_perftest.cc57 "*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()
Dpicture_pile_impl_perftest.cc44 "analyze", "", test_name, timer_.LapsPerSecond(), "runs/s", true); in RunAnalyzeTest()
68 "raster", "", test_name, timer_.LapsPerSecond(), "runs/s", true); in RunRasterTest()
Dtile_manager_perftest.cc208 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()
Draster_worker_pool_perftest.cc323 timer_.LapsPerSecond(), in RunScheduleTasksTest()
361 timer_.LapsPerSecond(), in RunScheduleAlternateTasksTest()
393 timer_.LapsPerSecond(), in RunScheduleAndExecuteTasksTest()
510 timer_.LapsPerSecond(), in RunBuildRasterTaskQueueTest()
/external/chromium_org/cc/layers/
Dpicture_layer_impl_perftest.cc93 timer_.LapsPerSecond(), in RunRasterIteratorConstructAndIterateTest()
113 timer_.LapsPerSecond(), in RunRasterIteratorConstructTest()
146 timer_.LapsPerSecond(), in RunEvictionIteratorConstructAndIterateTest()
172 timer_.LapsPerSecond(), in RunEvictionIteratorConstructTest()
Dlayer_perftest.cc101 timer_.LapsPerSecond(), in TEST_F()
115 timer_.LapsPerSecond(), in TEST_F()
/external/chromium_org/cc/debug/
Dlap_timer.h45 float LapsPerSecond();
Dlap_timer.cc74 float LapTimer::LapsPerSecond() { in LapsPerSecond() function in cc::LapTimer