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

Side by Side Diff: runtime/bin/vmservice/client/deployed/web/index.html

Issue 269813011: Show new and old space separately in allocation profile (Closed) Base URL: https://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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | runtime/bin/vmservice/client/deployed/web/index.html_bootstrap.dart.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE html><html><head><script src="packages/shadow_dom/shadow_dom.debug.js" ></script> 1 <!DOCTYPE html><html><head><script src="packages/shadow_dom/shadow_dom.debug.js" ></script>
2 <script src="packages/custom_element/custom-elements.debug.js"></script> 2 <script src="packages/custom_element/custom-elements.debug.js"></script>
3 3
4 <meta charset="utf-8"> 4 <meta charset="utf-8">
5 <title>Dart VM Observatory</title> 5 <title>Dart VM Observatory</title>
6 <link rel="stylesheet" href="packages/observatory/src/elements/css/shared.css" > 6 <link rel="stylesheet" href="packages/observatory/src/elements/css/shared.css" >
7 <script type="text/javascript" src="https://www.google.com/jsapi"></script> 7 <script type="text/javascript" src="https://www.google.com/jsapi"></script>
8 <script src="packages/browser/interop.js"></script> 8 <script src="packages/browser/interop.js"></script>
9 9
10 <script src="index.html_bootstrap.dart.js"></script> 10 <script src="index.html_bootstrap.dart.js"></script>
(...skipping 2039 matching lines...) Expand 10 before | Expand all | Expand 10 after
2050 <div class="memberValue">{{ formattedTotalCollectionTime(false) }}</ div> 2050 <div class="memberValue">{{ formattedTotalCollectionTime(false) }}</ div>
2051 </div> 2051 </div>
2052 </div> 2052 </div>
2053 </div> 2053 </div>
2054 </div> 2054 </div>
2055 <div class="flex-row"> 2055 <div class="flex-row">
2056 <table id="classtable" class="flex-item-fixed-12-12 table"> 2056 <table id="classtable" class="flex-item-fixed-12-12 table">
2057 <thead> 2057 <thead>
2058 <tr> 2058 <tr>
2059 <th on-click="{{changeSort}}" class="clickable" title="Class">{{ class Table.getColumnLabel(0) }}</th> 2059 <th on-click="{{changeSort}}" class="clickable" title="Class">{{ class Table.getColumnLabel(0) }}</th>
2060 <th on-click="{{changeSort}}" class="clickable" title="Total Accumulat ed Size">{{ classTable.getColumnLabel(1) }}</th> 2060 <th on-click="{{changeSort}}" class="clickable" title="New Accumulated Size">{{ classTable.getColumnLabel(1) }}</th>
2061 <th on-click="{{changeSort}}" class="clickable" title="Total Accumulat ed Instances">{{ classTable.getColumnLabel(2) }}</th> 2061 <th on-click="{{changeSort}}" class="clickable" title="New Accumulated Instances">{{ classTable.getColumnLabel(2) }}</th>
2062 <th on-click="{{changeSort}}" class="clickable" title="Old Space Accum ulated Size">{{ classTable.getColumnLabel(3) }}</th> 2062 <th on-click="{{changeSort}}" class="clickable" title="New Current Siz e">{{ classTable.getColumnLabel(3) }}</th>
2063 <th on-click="{{changeSort}}" class="clickable" title="Old Space Accum ulated Instances">{{ classTable.getColumnLabel(4) }}</th> 2063 <th on-click="{{changeSort}}" class="clickable" title="New Current Ins tances">{{ classTable.getColumnLabel(4) }}</th>
2064 <th on-click="{{changeSort}}" class="clickable" title="Total Current S ize">{{ classTable.getColumnLabel(5) }}</th> 2064 <th on-click="{{changeSort}}" class="clickable" title="Old Accumulated Size">{{ classTable.getColumnLabel(5) }}</th>
2065 <th on-click="{{changeSort}}" class="clickable" title="Total Current I nstances">{{ classTable.getColumnLabel(6) }}</th> 2065 <th on-click="{{changeSort}}" class="clickable" title="Old Accumulated Instances">{{ classTable.getColumnLabel(6) }}</th>
2066 <th on-click="{{changeSort}}" class="clickable" title="Old Current Siz e">{{ classTable.getColumnLabel(7) }}</th>
2067 <th on-click="{{changeSort}}" class="clickable" title="Old Current Ins tances">{{ classTable.getColumnLabel(8) }}</th>
2066 </tr> 2068 </tr>
2067 </thead> 2069 </thead>
2068 <tbody> 2070 <tbody>
2069 <tr template="" repeat="{{row in classTable.sortedRows }}"> 2071 <tr template="" repeat="{{row in classTable.sortedRows }}">
2070 <td><class-ref ref="{{ classTable.getValue(row, 0) }}"></class-ref></t d> 2072 <td><class-ref ref="{{ classTable.getValue(row, 0) }}"></class-ref></t d>
2071 <td title="{{ classTable.getValue(row, 1) }}">{{ classTable.getFormatt edValue(row, 1) }}</td> 2073 <td title="{{ classTable.getValue(row, 1) }}">{{ classTable.getFormatt edValue(row, 1) }}</td>
2072 <td title="{{ classTable.getValue(row, 2) }}">{{ classTable.getFormatt edValue(row, 2) }}</td> 2074 <td title="{{ classTable.getValue(row, 2) }}">{{ classTable.getFormatt edValue(row, 2) }}</td>
2073 <td title="{{ classTable.getValue(row, 3) }}">{{ classTable.getFormatt edValue(row, 3) }}</td> 2075 <td title="{{ classTable.getValue(row, 3) }}">{{ classTable.getFormatt edValue(row, 3) }}</td>
2074 <td title="{{ classTable.getValue(row, 4) }}">{{ classTable.getFormatt edValue(row, 4) }}</td> 2076 <td title="{{ classTable.getValue(row, 4) }}">{{ classTable.getFormatt edValue(row, 4) }}</td>
2075 <td title="{{ classTable.getValue(row, 5) }}">{{ classTable.getFormatt edValue(row, 5) }}</td> 2077 <td title="{{ classTable.getValue(row, 5) }}">{{ classTable.getFormatt edValue(row, 5) }}</td>
2076 <td title="{{ classTable.getValue(row, 6) }}">{{ classTable.getFormatt edValue(row, 6) }}</td> 2078 <td title="{{ classTable.getValue(row, 6) }}">{{ classTable.getFormatt edValue(row, 6) }}</td>
2079 <td title="{{ classTable.getValue(row, 7) }}">{{ classTable.getFormatt edValue(row, 7) }}</td>
2080 <td title="{{ classTable.getValue(row, 8) }}">{{ classTable.getFormatt edValue(row, 8) }}</td>
2077 </tr> 2081 </tr>
2078 </tbody> 2082 </tbody>
2079 </table> 2083 </table>
2080 </div> 2084 </div>
2081 </template> 2085 </template>
2082 2086
2083 </polymer-element> 2087 </polymer-element>
2084 <polymer-element name="script-view" extends="observatory-element"> 2088 <polymer-element name="script-view" extends="observatory-element">
2085 <template> 2089 <template>
2086 <nav-bar> 2090 <nav-bar>
(...skipping 172 matching lines...) Expand 10 before | Expand all | Expand 10 after
2259 <template><link rel="stylesheet" href="packages/observatory/src/elements/css/sha red.css"> 2263 <template><link rel="stylesheet" href="packages/observatory/src/elements/css/sha red.css">
2260 <a href="{{ url }}">{{ ref.name }}</a> 2264 <a href="{{ url }}">{{ ref.name }}</a>
2261 </template> 2265 </template>
2262 2266
2263 </polymer-element> 2267 </polymer-element>
2264 2268
2265 2269
2266 <observatory-application></observatory-application> 2270 <observatory-application></observatory-application>
2267 2271
2268 </body></html> 2272 </body></html>
OLDNEW
« no previous file with comments | « no previous file | runtime/bin/vmservice/client/deployed/web/index.html_bootstrap.dart.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698