start method

void start(
  1. String funcName
)

Implementation

void start(String funcName) {
  getMeasureValue(funcName).start();
}