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

Unified Diff: runtime/bin/vmservice/client/lib/src/elements/isolate_summary.html

Issue 197923005: Visualize heap fragmentation in Observatory. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 6 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/bin/vmservice/client/lib/src/elements/isolate_summary.html
===================================================================
--- runtime/bin/vmservice/client/lib/src/elements/isolate_summary.html (revision 33748)
+++ runtime/bin/vmservice/client/lib/src/elements/isolate_summary.html (working copy)
@@ -66,6 +66,7 @@
<a href="{{ isolate.relativeHashLink('allocationprofile') }}">
{{ isolate.newHeapUsed | formatSize }}/{{ isolate.oldHeapUsed | formatSize }}
</a>
+ (<a href="{{ isolate.relativeHashLink('heapmap') }}">map</a>)
</div>
<div class="col-md-2">
<template if="{{ isolate.topFrame == null }}">

Powered by Google App Engine
This is Rietveld 408576698