DescriptionBSP Tree perf tests to match LayerSorter perf tests
The BspTree perf tests should ideally perform equally or better than the
current LayerSorter tests do in the same tests (i.e. "rubik" vs.
"rubik").
Performance results on Z600:
layer_sort_cubes= 3.547ms
layer_sort_rubik= 0.634ms
bsp_tree_cubes= 1.485ms
bsp_tree_rubik= 0.136ms
bsp_tree_cubes_2= 2.915ms (2x duplicated layers)
bsp_tree_cubes_4= 5.667ms (4x duplicated layers)
BUG=230833
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=287182
Patch Set 1 #Patch Set 2 : Small fix, compiles again. #Patch Set 3 : Removed debug output. #Patch Set 4 : Rebased with BSP patch #
Total comments: 10
Patch Set 5 : #
Total comments: 8
Patch Set 6 : Fixed up some #includes #Patch Set 7 : #
Total comments: 2
Patch Set 8 : #Patch Set 9 : Fixed BUILD.gn #Patch Set 10 : Fixed unit test issue. #
Messages
Total messages: 23 (0 generated)
|