OLD | NEW |
1 <link rel="import" href="../../../../packages/polymer/polymer.html"> | 1 <link rel="import" href="../../../../packages/polymer/polymer.html"> |
2 <link rel="import" href="class_ref.html"> | 2 <link rel="import" href="class_ref.html"> |
3 <link rel="import" href="observatory_element.html"> | 3 <link rel="import" href="observatory_element.html"> |
4 <link rel="import" href="nav_bar.html"> | 4 <link rel="import" href="nav_bar.html"> |
5 | 5 |
6 <polymer-element name="heap-profile" extends="observatory-element"> | 6 <polymer-element name="heap-profile" extends="observatory-element"> |
7 <template> | 7 <template> |
8 <link rel="stylesheet" href="css/shared.css"> | 8 <link rel="stylesheet" href="css/shared.css"> |
9 <style> | 9 <style> |
10 .table { | 10 .table { |
(...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
177 <tbody id="classTableBody"> | 177 <tbody id="classTableBody"> |
178 </tbody> | 178 </tbody> |
179 </table> | 179 </table> |
180 <br><br><br> | 180 <br><br><br> |
181 <br><br><br> | 181 <br><br><br> |
182 </div> | 182 </div> |
183 </template> | 183 </template> |
184 </polymer-element> | 184 </polymer-element> |
185 | 185 |
186 <script type="application/dart" src="heap_profile.dart"></script> | 186 <script type="application/dart" src="heap_profile.dart"></script> |
OLD | NEW |