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

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

Issue 1965823002: Initial isolate reload support (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 side-by-side diff with in-line comments
Download patch
Index: runtime/observatory/lib/src/elements/script_view.html
diff --git a/runtime/observatory/lib/src/elements/script_view.html b/runtime/observatory/lib/src/elements/script_view.html
index c65fa494aebbcf95fd5f0a2dd4ed45928991e81d..e5aec1826b8d50cca7e6c1821c5834f593abe2e8 100644
--- a/runtime/observatory/lib/src/elements/script_view.html
+++ b/runtime/observatory/lib/src/elements/script_view.html
@@ -21,6 +21,13 @@
<object-common object="{{ script }}"></object-common>
<br>
+ <div class="memberList">
+ <div class="memberItem">
+ <div class="memberName">loaded at</div>
+ <div class="memberValue">{{ script.loadTime.toString() }}</div>
+ </div>
+ </div>
+
<hr>
<script-inset id="scriptInset" script="{{ script }}"
currentPos="{{ app.locationManager.internalArguments['pos'] | parseInt }}">

Powered by Google App Engine
This is Rietveld 408576698