end method
void
end()
Implementation
void end() {
if (enable) {
stopwatch.stop();
report(stopwatch.elapsedMicroseconds);
}
}
void end() {
if (enable) {
stopwatch.stop();
report(stopwatch.elapsedMicroseconds);
}
}