We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a40f3d commit d698d96Copy full SHA for d698d96
runtime/dart_vm.cc
@@ -417,7 +417,7 @@ DartVM::DartVM(std::shared_ptr<const DartVMData> vm_data,
417
if (engine_main_enter_ts != 0) {
418
Dart_TimelineEvent("FlutterEngineMainEnter", // label
419
engine_main_enter_ts, // timestamp0
420
- engine_main_enter_ts, // timestamp1_or_async_id
+ Dart_TimelineGetMicros(), // timestamp1_or_async_id
421
Dart_Timeline_Event_Duration, // event type
422
0, // argument_count
423
nullptr, // argument_names
0 commit comments