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

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

Issue 973553005: Fix memory leak in CPU Profile page (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 10 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 | « runtime/observatory/lib/src/elements/cpu_profile.dart ('k') | runtime/vm/profiler.h » ('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 ecf5f87e2db870734ed751c4047103aaffe98fdb..c5e5cf7002788a00323c12c9befb4e7c154c6096 100644
--- a/runtime/observatory/lib/src/elements/cpu_profile.html
+++ b/runtime/observatory/lib/src/elements/cpu_profile.html
@@ -157,7 +157,7 @@
<div class="memberName">Call Tree Direction</div>
<div class="memberValue">
<select value="{{directionSelector}}">
- <!-- Experimental: <option value="Down">Top down</option> -->
+ <!--- Experimental <option value="Down">Top down</option> --->
<option value="Up">Bottom up</option>
</select>
</div>
@@ -172,7 +172,7 @@
<div>Child nodes are callees.</div>
<br>
<div class="notice">To get the most out of this mode you may need to launch Dart with a higher --profile-depth flag value.</div>
- <div class="notice">Try 16, 32, ... up to 256 until each sample captures the entire call stack.</div>
+ <div class="notice">Try 16, 32, ... up to 256 until [Truncated] approaches zero.</div>
<div class="red">NOTE: Higher values will impact performance</div>
</div>
</template>
« no previous file with comments | « runtime/observatory/lib/src/elements/cpu_profile.dart ('k') | runtime/vm/profiler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698