Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(386)

Unified Diff: pkg/analyzer/lib/src/generated/instrumentation.dart

Issue 185603002: Update and analyzer snapshot with AST -> Ast rename. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Tweak for analyzer version in 'intl' package. Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: pkg/analyzer/lib/src/generated/instrumentation.dart
diff --git a/pkg/analyzer/lib/src/generated/instrumentation.dart b/pkg/analyzer/lib/src/generated/instrumentation.dart
index 0a896397133c36edb8494c69a1950583315df017..ee22f0ba0b817f25961a65e2a9d6f60238037d51 100644
--- a/pkg/analyzer/lib/src/generated/instrumentation.dart
+++ b/pkg/analyzer/lib/src/generated/instrumentation.dart
@@ -37,8 +37,6 @@ import 'java_core.dart';
* arguments and records the time at which the method is called so that the time to complete the
* save operation can be calculated. The `log` method tells the builder that all of the data
* has been collected and that the resulting information should be logged.
- *
- * @coverage dart.engine.utilities
*/
class Instrumentation {
/**
@@ -140,8 +138,6 @@ class InstrumentationLogger_Instrumentation_NULL_LOGGER implements Instrumentati
* about an operation that has occurred and record that data through an instrumentation logger.
*
* For an example of using objects that implement this interface, see [Instrumentation].
- *
- * @coverage dart.engine.utilities
*/
abstract class InstrumentationBuilder {
/**
@@ -272,8 +268,6 @@ abstract class InstrumentationBuilder {
* The instrumentation recording level representing (1) recording [EVERYTHING] recording of
* all instrumentation data, (2) recording only [METRICS] information, or (3) recording
* turned [OFF] in which case nothing is recorded.
- *
- * @coverage dart.engine.utilities
*/
class InstrumentationLevel extends Enum<InstrumentationLevel> {
/** Recording all instrumented information */
@@ -308,8 +302,6 @@ class InstrumentationLevel extends Enum<InstrumentationLevel> {
* instrumentation data.
*
* For an example of using objects that implement this interface, see [Instrumentation].
- *
- * @coverage dart.engine.utilities
*/
abstract class InstrumentationLogger {
/**

Powered by Google App Engine
This is Rietveld 408576698