startBatch method
void
startBatch()
Implementation
void startBatch() {
if (!enablePerformance) {
return;
}
_startBatchTime = currentMicroseconds();
}
void startBatch() {
if (!enablePerformance) {
return;
}
_startBatchTime = currentMicroseconds();
}