| Index: sdk/lib/profiler/profiler.dart
|
| diff --git a/sdk/lib/developer/profiler.dart b/sdk/lib/profiler/profiler.dart
|
| similarity index 99%
|
| rename from sdk/lib/developer/profiler.dart
|
| rename to sdk/lib/profiler/profiler.dart
|
| index 4372257247a87a3f7e52ec294b9908d56404c091..470638b23ff280a44e946672942a1b81a61249ab 100644
|
| --- a/sdk/lib/developer/profiler.dart
|
| +++ b/sdk/lib/profiler/profiler.dart
|
| @@ -3,7 +3,9 @@
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| /// Instrument your code with counters, gauges, and more.
|
| -part of dart.developer;
|
| +library dart.profiler;
|
| +
|
| +import 'dart:convert';
|
|
|
| /// A UserTag can be used to group samples in the Observatory profiler.
|
| abstract class UserTag {
|
|
|