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

Unified Diff: runtime/bin/vmservice/client/deployed/web/index_devtools.html

Issue 263803009: Retained size for instance in Observatory. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 6 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
Index: runtime/bin/vmservice/client/deployed/web/index_devtools.html
===================================================================
--- runtime/bin/vmservice/client/deployed/web/index_devtools.html (revision 35753)
+++ runtime/bin/vmservice/client/deployed/web/index_devtools.html (working copy)
@@ -7,8 +7,8 @@
<script type="text/javascript" src="https://www.google.com/jsapi"></script>
<script src="packages/browser/interop.js"></script>
- <script src="index_devtools.html_bootstrap.dart.js"></script>
-
+ <script type="application/dart" src="index_devtools.html_bootstrap.dart"></script>
+ <script src="packages/browser/dart.js"></script>
</head>
<body><polymer-element name="observatory-element">
@@ -1423,6 +1423,12 @@
<div class="memberName">size</div>
<div class="memberValue">{{ instance['size'] | formatSize }}</div>
</div>
+ <div class="memberItem">
+ <div class="memberName">retained size</div>
+ <div class="memberValue">
+ <eval-link callback="{{ retainedSize }}"></eval-link>
+ </div>
+ </div>
<template if="{{ instance['type_class'] != null }}">
<div class="memberItem">
<div class="memberName">type class</div>

Powered by Google App Engine
This is Rietveld 408576698