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-map" extends="observatory-element"> | 6 <polymer-element name="heap-map" 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 .hover { | 10 .hover { |
(...skipping 21 matching lines...) Expand all Loading... |
32 <div class="spacer"> | 32 <div class="spacer"> |
33 <!-- Make sure no data is covered by hover bar initially --> | 33 <!-- Make sure no data is covered by hover bar initially --> |
34 </div> | 34 </div> |
35 <div class="flex-row"> | 35 <div class="flex-row"> |
36 <canvas id="fragmentation" width="1px" height="1px"></canvas> | 36 <canvas id="fragmentation" width="1px" height="1px"></canvas> |
37 </div> | 37 </div> |
38 </template> | 38 </template> |
39 </polymer-element> | 39 </polymer-element> |
40 | 40 |
41 <script type="application/dart" src="heap_map.dart"></script> | 41 <script type="application/dart" src="heap_map.dart"></script> |
OLD | NEW |