start method

void start()

Implementation

void start() {
  if (enable) {
    stopwatch.start();
  }
}