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

Unified Diff: sdk/lib/developer/profiler.dart

Issue 1133713006: Deprecate 'dart:profiler' and move functionality to 'dart:developer' (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 7 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
« no previous file with comments | « sdk/lib/developer/developer_sources.gypi ('k') | sdk/lib/profiler/profiler.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/developer/profiler.dart
diff --git a/sdk/lib/profiler/profiler.dart b/sdk/lib/developer/profiler.dart
similarity index 97%
copy from sdk/lib/profiler/profiler.dart
copy to sdk/lib/developer/profiler.dart
index 470638b23ff280a44e946672942a1b81a61249ab..566d0158318b3110393e148adea893da1785b170 100644
--- a/sdk/lib/profiler/profiler.dart
+++ b/sdk/lib/developer/profiler.dart
@@ -2,10 +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';
+part of dart.developer;
/// A UserTag can be used to group samples in the Observatory profiler.
abstract class UserTag {
« no previous file with comments | « sdk/lib/developer/developer_sources.gypi ('k') | sdk/lib/profiler/profiler.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698