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

Unified Diff: runtime/bin/vmservice/client/lib/src/observatory_elements/isolate_profile.html

Issue 143973005: Code coverage in Observatory (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 11 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
Index: runtime/bin/vmservice/client/lib/src/observatory_elements/isolate_profile.html
diff --git a/runtime/bin/vmservice/client/lib/src/observatory_elements/isolate_profile.html b/runtime/bin/vmservice/client/lib/src/observatory_elements/isolate_profile.html
index 003ec8c4d02cb7a9d47dd1b94c1932512af778eb..f8e4328bf6079678e62ea45d00bdfc41b5009e03 100644
--- a/runtime/bin/vmservice/client/lib/src/observatory_elements/isolate_profile.html
+++ b/runtime/bin/vmservice/client/lib/src/observatory_elements/isolate_profile.html
@@ -32,25 +32,6 @@
</td>
</tr>
</table>
- <blockquote><strong>Top Inclusive</strong></blockquote>
Cutch 2014/01/21 18:35:36 Tangent to this CL: Remove inclusive profile data
- <table class="table table-hover">
- <thead>
- <tr>
- <th>Ticks</th>
- <th>Percent</th>
- <th>Method</th>
- </tr>
- </thead>
- <tbody>
- <tr template repeat="{{ code in topInclusiveCodes }}">
- <td>{{ codeTicks(code, true) }}</td>
- <td>{{ codePercent(code, true) }}</td>
- <td>
- <span>{{ codeName(code) }}</span>
- <code-ref app="{{ app }}" ref="{{ code.codeRef }}"></code-ref>
- </td>
- </tr>
- </table>
</template>
<script type="application/dart" src="isolate_profile.dart"></script>
</polymer-element>

Powered by Google App Engine
This is Rietveld 408576698