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="code_ref.html"> | 2 <link rel="import" href="code_ref.html"> |
3 <link rel="import" href="function_ref.html"> | 3 <link rel="import" href="function_ref.html"> |
4 <link rel="import" href="nav_bar.html"> | 4 <link rel="import" href="nav_bar.html"> |
5 <link rel="import" href="observatory_element.html"> | 5 <link rel="import" href="observatory_element.html"> |
6 <link rel="import" href="sliding_checkbox.html"> | 6 <link rel="import" href="sliding_checkbox.html"> |
7 <link rel="import" href="view_footer.html"> | |
8 | 7 |
9 <polymer-element name="sample-buffer-control" extends="observatory-element"> | 8 <polymer-element name="sample-buffer-control" extends="observatory-element"> |
10 <template> | 9 <template> |
11 <link rel="stylesheet" href="css/shared.css"> | 10 <link rel="stylesheet" href="css/shared.css"> |
12 <style> | 11 <style> |
13 .statusMessage { | 12 .statusMessage { |
14 font-size: 150%; | 13 font-size: 150%; |
15 font-weight: bold; | 14 font-weight: bold; |
16 } | 15 } |
17 | 16 |
(...skipping 492 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
510 </style> | 509 </style> |
511 <sample-buffer-control id="sampleBufferControl"></sample-buffer-control> | 510 <sample-buffer-control id="sampleBufferControl"></sample-buffer-control> |
512 <br> | 511 <br> |
513 <stack-trace-tree-config id="stackTraceTreeConfig"></stack-trace-tree-config
> | 512 <stack-trace-tree-config id="stackTraceTreeConfig"></stack-trace-tree-config
> |
514 <br> | 513 <br> |
515 <cpu-profile-virtual-tree id="cpuProfileVirtualTree"></cpu-profile-virtual-t
ree> | 514 <cpu-profile-virtual-tree id="cpuProfileVirtualTree"></cpu-profile-virtual-t
ree> |
516 </template> | 515 </template> |
517 </polymer-element> | 516 </polymer-element> |
518 | 517 |
519 <script type="application/dart" src="cpu_profile.dart"></script> | 518 <script type="application/dart" src="cpu_profile.dart"></script> |
OLD | NEW |