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

Unified Diff: runtime/observatory/lib/src/elements/cpu_profile.html

Issue 1014473006: Profiler fixes for 1.9 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 9 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | runtime/vm/profiler_service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/observatory/lib/src/elements/cpu_profile.html
diff --git a/runtime/observatory/lib/src/elements/cpu_profile.html b/runtime/observatory/lib/src/elements/cpu_profile.html
index c5e5cf7002788a00323c12c9befb4e7c154c6096..4893f99ef0d17b854800aac7bb222f918905439c 100644
--- a/runtime/observatory/lib/src/elements/cpu_profile.html
+++ b/runtime/observatory/lib/src/elements/cpu_profile.html
@@ -153,15 +153,17 @@
</select>
</div>
</div>
+ <!--- Experimental
<div class="memberItem">
<div class="memberName">Call Tree Direction</div>
<div class="memberValue">
<select value="{{directionSelector}}">
- <!--- Experimental <option value="Down">Top down</option> --->
+ <option value="Down">Top down</option>
<option value="Up">Bottom up</option>
</select>
</div>
</div>
+ --->
</div>
</template>
<template if="{{ state == 'Loaded' && directionSelector == 'Down' }}">
« no previous file with comments | « no previous file | runtime/vm/profiler_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698