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

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

Issue 1851293005: Improve CPU Profile View (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 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
OLDNEW
1 <link rel="import" href="../../../../packages/polymer/polymer.html"> 1 <link rel="import" href="../../../../packages/polymer/polymer.html">
2 <link rel="import" href="action_link.html"> 2 <link rel="import" href="action_link.html">
3 <link rel="import" href="cpu_profile.html"> 3 <link rel="import" href="cpu_profile.html">
4 <link rel="import" href="curly_block.html"> 4 <link rel="import" href="curly_block.html">
5 <link rel="import" href="eval_box.html"> 5 <link rel="import" href="eval_box.html">
6 <link rel="import" href="eval_link.html"> 6 <link rel="import" href="eval_link.html">
7 <link rel="import" href="field_ref.html"> 7 <link rel="import" href="field_ref.html">
8 <link rel="import" href="function_ref.html"> 8 <link rel="import" href="function_ref.html">
9 <link rel="import" href="instance_ref.html"> 9 <link rel="import" href="instance_ref.html">
10 <link rel="import" href="library_ref.html"> 10 <link rel="import" href="library_ref.html">
(...skipping 252 matching lines...) Expand 10 before | Expand all | Expand 10 after
263 </div> 263 </div>
264 </div> 264 </div>
265 </template> 265 </template>
266 </div> 266 </div>
267 <sample-buffer-control id="sampleBufferControl"></sample-buffer-control> 267 <sample-buffer-control id="sampleBufferControl"></sample-buffer-control>
268 <br> 268 <br>
269 <stack-trace-tree-config id="stackTraceTreeConfig"></stack-trace-tree-conf ig> 269 <stack-trace-tree-config id="stackTraceTreeConfig"></stack-trace-tree-conf ig>
270 <br> 270 <br>
271 <div class="flex-row centered"> 271 <div class="flex-row centered">
272 <div class="flex-item-90-percent outlined" style="margin: 16px; margin-l eft: 8px; margin-right: 8px"> 272 <div class="flex-item-90-percent outlined" style="margin: 16px; margin-l eft: 8px; margin-right: 8px">
273 <cpu-profile-tree id="cpuProfileTree"></cpu-profile-tree> 273 <cpu-profile-virtual-tree id="cpuProfileTree"></cpu-profile-virtual-tr ee>
274 </div> 274 </div>
275 </div> 275 </div>
276 </div> 276 </div>
277 277
278 <div class="content-centered-big"> 278 <div class="content-centered-big">
279 <hr> 279 <hr>
280 <source-inset location="{{ cls.location }}"> 280 <source-inset location="{{ cls.location }}">
281 </source-inset> 281 </source-inset>
282 </div> 282 </div>
283 283
284 <view-footer></view-footer> 284 <view-footer></view-footer>
285 </template> 285 </template>
286 </polymer-element> 286 </polymer-element>
287 287
288 <script type="application/dart" src="class_view.dart"></script> 288 <script type="application/dart" src="class_view.dart"></script>
OLDNEW
« no previous file with comments | « runtime/observatory/lib/src/elements/class_view.dart ('k') | runtime/observatory/lib/src/elements/cpu_profile.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698