start static method

Implementation

static PrecisionStopwatch start() {
  PrecisionStopwatch p = PrecisionStopwatch();
  p.begin();

  return p;
}