@override T? visitLabel(Label node) { stopwatch.start(); T? result = _baseVisitor.visitLabel(node); stopwatch.stop(); return result; }