Searched defs:benchState (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/libs/hwui/tests/microbench/
H A DDisplayListCanvasBench.cpp26 void BM_DisplayList_alloc(benchmark::State& benchState) { argument
27 while (benchState.KeepRunning()) {
35 void BM_DisplayList_alloc_theoretical(benchmark::State& benchState) { argument
36 while (benchState.KeepRunning()) {
44 void BM_DisplayListCanvas_record_empty(benchmark::State& benchState) { argument
48 while (benchState.KeepRunning()) {
56 void BM_DisplayListCanvas_record_saverestore(benchmark::State& benchState) { argument
60 while (benchState.KeepRunning()) {
72 void BM_DisplayListCanvas_record_translate(benchmark::State& benchState) { argument
76 while (benchState
91 BM_DisplayListCanvas_record_simpleBitmapView(benchmark::State& benchState) argument
123 BM_CanvasState_saverestore(benchmark::State& benchState) argument
138 BM_CanvasState_init(benchmark::State& benchState) argument
150 BM_CanvasState_translate(benchmark::State& benchState) argument
163 BM_DisplayListCanvas_basicViewGroupDraw(benchmark::State& benchState) argument
[all...]

Completed in 465 milliseconds