Home
last modified time | relevance | path

Searched refs:benchState (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/libs/hwui/tests/microbench/
H A DDisplayListCanvasBench.cpp29 void BM_SkiaDisplayList_alloc(benchmark::State& benchState) { in BM_SkiaDisplayList_alloc() argument
30 while (benchState.KeepRunning()) { in BM_SkiaDisplayList_alloc()
38 void BM_SkiaDisplayList_alloc_theoretical(benchmark::State& benchState) { in BM_SkiaDisplayList_alloc_theoretical() argument
39 while (benchState.KeepRunning()) { in BM_SkiaDisplayList_alloc_theoretical()
47 void BM_SkiaDisplayListCanvas_record_empty(benchmark::State& benchState) { in BM_SkiaDisplayListCanvas_record_empty() argument
51 while (benchState.KeepRunning()) { in BM_SkiaDisplayListCanvas_record_empty()
63 while (benchState.KeepRunning()) { in BM_SkiaDisplayListCanvas_record_saverestore()
79 while (benchState.KeepRunning()) { in BM_SkiaDisplayListCanvas_record_translate()
101 while (benchState.KeepRunning()) { in BM_SkiaDisplayListCanvas_record_simpleBitmapView()
128 while (benchState.KeepRunning()) { in BM_SkiaDisplayListCanvas_basicViewGroupDraw()
[all …]
H A DCanvasOpBench.cpp28 void BM_CanvasOpBuffer_alloc(benchmark::State& benchState) { in BM_CanvasOpBuffer_alloc() argument
29 while (benchState.KeepRunning()) { in BM_CanvasOpBuffer_alloc()
37 void BM_CanvasOpBuffer_record_saverestore(benchmark::State& benchState) { in BM_CanvasOpBuffer_record_saverestore() argument
39 while (benchState.KeepRunning()) { in BM_CanvasOpBuffer_record_saverestore()
51 void BM_CanvasOpBuffer_record_saverestoreWithReuse(benchmark::State& benchState) { in BM_CanvasOpBuffer_record_saverestoreWithReuse() argument
54 while (benchState.KeepRunning()) { in BM_CanvasOpBuffer_record_saverestoreWithReuse()
65 void BM_CanvasOpBuffer_record_simpleBitmapView(benchmark::State& benchState) { in BM_CanvasOpBuffer_record_simpleBitmapView() argument
71 while (benchState.KeepRunning()) { in BM_CanvasOpBuffer_record_simpleBitmapView()