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

Unified Diff: runtime/observatory/lib/src/service/object.dart

Issue 1786703004: Display source profiling information in Observatory (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 9 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: runtime/observatory/lib/src/service/object.dart
diff --git a/runtime/observatory/lib/src/service/object.dart b/runtime/observatory/lib/src/service/object.dart
index 3345716b8f415656ffbc285ccb45efc4e4746b7e..19a086c4519e48c9eedbfe179345802fecb5fd2c 100644
--- a/runtime/observatory/lib/src/service/object.dart
+++ b/runtime/observatory/lib/src/service/object.dart
@@ -1171,6 +1171,7 @@ class Isolate extends ServiceObjectOwner {
static const kCallSitesReport = '_CallSites';
static const kPossibleBreakpointsReport = 'PossibleBreakpoints';
+ static const kProfileReport = '_Profile';
Future<ServiceMap> getSourceReport(List<String> report_kinds,
[Script script,

Powered by Google App Engine
This is Rietveld 408576698