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

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

Issue 1273323002: Make allocation profile configurable (tags, function v. code) (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 4 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 211 matching lines...) Expand 10 before | Expand all | Expand 10 after
222 </template> 222 </template>
223 <template if="{{ !cls.traceAllocations }}"> 223 <template if="{{ !cls.traceAllocations }}">
224 <div class="memberItem"> 224 <div class="memberItem">
225 <div class="memberName">Tracing allocations?</div> 225 <div class="memberName">Tracing allocations?</div>
226 <div class="memberValue"> 226 <div class="memberValue">
227 <span>No</span><action-link label="enable" callback="{{ toggleAllo cationTrace }}"></action-link> 227 <span>No</span><action-link label="enable" callback="{{ toggleAllo cationTrace }}"></action-link>
228 </div> 228 </div>
229 </div> 229 </div>
230 </template> 230 </template>
231 </div> 231 </div>
232 <sample-buffer-control id="sampleBufferControl"></sample-buffer-control>
233 <br>
234 <stack-trace-tree-config id="stackTraceTreeConfig"></stack-trace-tree-conf ig>
235 <br>
232 <div class="flex-row centered"> 236 <div class="flex-row centered">
233 <div class="flex-item-90-percent outlined" style="margin: 16px; margin-l eft: 8px; margin-right: 8px"> 237 <div class="flex-item-90-percent outlined" style="margin: 16px; margin-l eft: 8px; margin-right: 8px">
234 <cpu-profile-tree id="cpuProfileTree"></cpu-profile-tree> 238 <cpu-profile-tree id="cpuProfileTree"></cpu-profile-tree>
235 </div> 239 </div>
236 </div> 240 </div>
237 </div> 241 </div>
238 242
239 <hr> 243 <hr>
240 244
241 <div class="content-centered-big"> 245 <div class="content-centered-big">
242 <source-inset location="{{ cls.location }}"> 246 <source-inset location="{{ cls.location }}">
243 </source-inset> 247 </source-inset>
244 </div> 248 </div>
245 249
246 <view-footer></view-footer> 250 <view-footer></view-footer>
247 </template> 251 </template>
248 </polymer-element> 252 </polymer-element>
249 253
250 <script type="application/dart" src="class_view.dart"></script> 254 <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