| Index: sdk/lib/profiler/profiler.dart
|
| diff --git a/sdk/lib/profiler/profiler.dart b/sdk/lib/profiler/profiler.dart
|
| index 0081ecf4e847e1a2bf9131e822c0143e2883c257..470638b23ff280a44e946672942a1b81a61249ab 100644
|
| --- a/sdk/lib/profiler/profiler.dart
|
| +++ b/sdk/lib/profiler/profiler.dart
|
| @@ -2,6 +2,7 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| +/// Instrument your code with counters, gauges, and more.
|
| library dart.profiler;
|
|
|
| import 'dart:convert';
|
|
|