createWidget abstract method
Creates a widget to be benchmarked.
The widget must create its own animation to drive the benchmark. The animation should continue indefinitely. The benchmark harness will stop pumping frames automatically.
Implementation
Widget createWidget();