measurePerf method

Future<double> measurePerf()

Implementation

Future<double> measurePerf() async {
  return super.measure();
}