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

Side by Side Diff: runtime/observatory/lib/src/elements/cpu_profile.html

Issue 1837373002: Refactor call tree search to support both Code and Function trees (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 8 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
« no previous file with comments | « runtime/observatory/lib/src/elements/cpu_profile.dart ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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"> 7 <link rel="import" href="view_footer.html">
8 8
9 <polymer-element name="sample-buffer-control" extends="observatory-element"> 9 <polymer-element name="sample-buffer-control" extends="observatory-element">
10 <template> 10 <template>
(...skipping 468 matching lines...) Expand 10 before | Expand all | Expand 10 after
479 <style> 479 <style>
480 .tableWell { 480 .tableWell {
481 background-color: #ECECEC; 481 background-color: #ECECEC;
482 padding: 0.2em; 482 padding: 0.2em;
483 } 483 }
484 </style> 484 </style>
485 <sample-buffer-control id="sampleBufferControl"></sample-buffer-control> 485 <sample-buffer-control id="sampleBufferControl"></sample-buffer-control>
486 <br> 486 <br>
487 <stack-trace-tree-config id="stackTraceTreeConfig"></stack-trace-tree-config > 487 <stack-trace-tree-config id="stackTraceTreeConfig"></stack-trace-tree-config >
488 <br> 488 <br>
489 <cpu-profile-virtual-tree class="shadow" id="cpuProfileVirtualTree"></cpu-pr ofile-virtual-tree> 489 <cpu-profile-virtual-tree id="cpuProfileVirtualTree"></cpu-profile-virtual-t ree>
490 </template> 490 </template>
491 </polymer-element> 491 </polymer-element>
492 492
493 <script type="application/dart" src="cpu_profile.dart"></script> 493 <script type="application/dart" src="cpu_profile.dart"></script>
OLDNEW
« no previous file with comments | « runtime/observatory/lib/src/elements/cpu_profile.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698