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

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

Issue 266323002: Class view: Retained size of all instances. (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 35762)
+++ runtime/bin/vmservice/client/deployed/web/index_devtools.html (working copy)
@@ -562,6 +562,12 @@
<div class="memberValue">{{ cls.vmName }}</div>
</div>
</template>
+ <div class="memberItem">
+ <div class="memberName">retained size<br>(all instances)</div>
+ <div class="memberValue">
+ <eval-link callback="{{ retainedSize }}"></eval-link>
+ </div>
+ </div>
</div>
</div>

Powered by Google App Engine
This is Rietveld 408576698