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

Unified Diff: runtime/observatory/lib/src/elements/heap_snapshot.dart

Issue 1212933003: Observatory improvements for exploring compiled code. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 6 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/elements/heap_snapshot.dart
diff --git a/runtime/observatory/lib/src/elements/heap_snapshot.dart b/runtime/observatory/lib/src/elements/heap_snapshot.dart
index 53b8a528f564dacf851174286e326ec826c20f75..f75726fb53575aaf905bd661c89e804f3f25581e 100644
--- a/runtime/observatory/lib/src/elements/heap_snapshot.dart
+++ b/runtime/observatory/lib/src/elements/heap_snapshot.dart
@@ -65,7 +65,7 @@ class DominatorTreeRow extends TableTreeRow {
percentNode.text = Utils.formatPercentNormalized(percentRetained);
percentNode.style.minWidth = '5em';
percentNode.style.textAlign = 'right';
- percentNode.title = "Retaining x of y.";
+ percentNode.title = "Percent of heap being retained";
percentNode.style.display = 'inline-block';
firstColumn.children.add(percentNode);
« no previous file with comments | « runtime/observatory/lib/src/elements/function_view.html ('k') | runtime/observatory/lib/src/elements/icdata_view.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698