startBatch method

void startBatch()

Implementation

void startBatch() {
  if (!enablePerformance) {
    return;
  }

  _startBatchTime = currentMicroseconds();
}