PrecisionStopwatch constructor

PrecisionStopwatch()

Implementation

PrecisionStopwatch() {
  reset();
  profiling = false;
}