1 How to run and verify the benchmark: 2 3 1) adb push input /data/panorama_input 4 2) adb shell panorama_bench /data/panorama_input/test /data/panorama.ppm 5 6 Sample output: 7 8 38 frames loaded 9 Iteration 0: 1454x330 moasic created: 4.33 seconds (2.05 + 2.28) 10 Iteration 1: 1454x330 moasic created: 4.26 seconds (1.83 + 2.44) 11 Iteration 2: 1454x330 moasic created: 5.57 seconds (2.73 + 2.84) 12 Iteration 3: 1454x330 moasic created: 5.15 seconds (2.33 + 2.82) 13 Iteration 4: 1454x330 moasic created: 6.22 seconds (2.05 + 4.16) 14 Iteration 5: 1454x330 moasic created: 6.31 seconds (2.16 + 4.15) 15 Iteration 6: 1454x330 moasic created: 5.04 seconds (2.03 + 3.01) 16 Iteration 7: 1454x330 moasic created: 6.30 seconds (3.47 + 2.83) 17 Iteration 8: 1454x330 moasic created: 6.57 seconds (1.83 + 4.73) 18 Iteration 9: 1454x330 moasic created: 6.27 seconds (2.28 + 4.00) 19 Total elapsed time: 56.02 seconds 20 21 The first number in the parenthesis is the time to align the frames; the second 22 number is the time to stitch them. 23 24 The total elapsed time is the interesting number for benchmarking. 25 26 3) adb pull /data/panorama.ppm . 27 4) diff panorama.ppm output/golden.ppm 28