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

Unified Diff: runtime/vm/isolate_reload.cc

Issue 2105023007: More live edit timeline events. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 6 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/vm/class_finalizer.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/isolate_reload.cc
diff --git a/runtime/vm/isolate_reload.cc b/runtime/vm/isolate_reload.cc
index 1232ef62462532988fddae167d35ad1f007003c3..7ee776bae24abc50c0df60636a3ccf9015db337a 100644
--- a/runtime/vm/isolate_reload.cc
+++ b/runtime/vm/isolate_reload.cc
@@ -233,6 +233,7 @@ void IsolateReloadContext::ReportSuccess() {
void IsolateReloadContext::StartReload() {
+ TIMELINE_SCOPE(Reload);
Thread* thread = Thread::Current();
// Grab root library before calling CheckpointBeforeReload.
@@ -346,6 +347,7 @@ void IsolateReloadContext::EnsuredUnoptimizedCodeForStack() {
void IsolateReloadContext::DeoptimizeDependentCode() {
+ TIMELINE_SCOPE(DeoptimizeDependentCode);
ClassTable* class_table = I->class_table();
const intptr_t bottom = Dart::vm_isolate()->class_table()->NumCids();
« no previous file with comments | « runtime/vm/class_finalizer.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698